diff options
Diffstat (limited to 'databases/pgadmin3/patches/patch-ac')
-rw-r--r-- | databases/pgadmin3/patches/patch-ac | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/pgadmin3/patches/patch-ac b/databases/pgadmin3/patches/patch-ac new file mode 100644 index 00000000000..afc72f60041 --- /dev/null +++ b/databases/pgadmin3/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2010/04/26 06:14:21 adam Exp $ + +--- configure.orig 2010-04-21 09:15:25.000000000 +0000 ++++ configure +@@ -6393,8 +6393,6 @@ $as_echo "ok" >&6; } + + + # CFLAGS/CXXFLAGS may well contain unwanted settings, so clear them. +- CFLAGS="" +- CXXFLAGS="" + + + ac_config_files="$ac_config_files Makefile branding/Makefile i18n/Makefile pgadmin/Makefile pkg/Makefile pkg/debian/Makefile pkg/mac/Makefile pkg/mandrake/Makefile pkg/redhat/Makefile pkg/slackware/Makefile pkg/src/Makefile pkg/suse/Makefile pkg/win32/Makefile xtra/Makefile xtra/pgscript/Makefile xtra/pgscript/lib/Makefile xtra/pgscript/bin/Makefile xtra/pgscript/test/Makefile xtra/wx-build/Makefile" |