You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tcltk/tkTheme/files/1.0-cflags.patch

19 lines
471 B

configure | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/configure b/configure
index 373c332..6fc1a14 100755
--- a/configure
+++ b/configure
@@ -3341,9 +3341,7 @@ fi
if test "${SHARED_BUILD}" = "1" ; then
- CFLAGS='${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS}'
-else
- CFLAGS='${CFLAGS_DEFAULT} ${CFLAGS_WARNING}'
+ CFLAGS+=' ${SHLIB_CFLAGS}'
fi
#--------------------------------------------------------------------