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/media-radio/xastir/files/xastir-2.0.0-dont-filter-fl...

12 lines
621 B

# Do not filter duplicate CFLAGS (bug 411095)
--- configure.ac.orig 2012-12-07 15:12:43.000000000 +0100
+++ configure.ac 2012-12-07 15:13:08.000000000 +0100
@@ -709,7 +709,6 @@
# "-llibrary" that needs it.
#
changequote(,)
-CFLAGS=`echo "$CFLAGS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'`
CPPFLAGS=`echo "$CPPFLAGS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'`
LDFLAGS=`echo "$LDFLAGS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'`
#LIBS=`echo "$LIBS" | awk '{for(i=1;i<=NF;++i) {if (arg[$i]++ == 0) s = s " " $i} print s}'`