diff options
Diffstat (limited to 'libs/libpbc/patches/010-pass-cflags.patch')
-rw-r--r-- | libs/libpbc/patches/010-pass-cflags.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/libpbc/patches/010-pass-cflags.patch b/libs/libpbc/patches/010-pass-cflags.patch new file mode 100644 index 000000000..078ff8384 --- /dev/null +++ b/libs/libpbc/patches/010-pass-cflags.patch @@ -0,0 +1,10 @@ +--- a/configure.ac ++++ b/configure.ac +@@ -10,7 +10,6 @@ AC_CONFIG_SRCDIR([./]) + LT_INIT + #AC_CANONICAL_HOST + +-CFLAGS= + default_fink_path=/sw + case $host_os in + darwin*) |