summaryrefslogtreecommitdiff
path: root/databases/pgadmin3
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2007-01-11 04:03:52 +0000
committerMax Khon <fjoe@FreeBSD.org>2007-01-11 04:03:52 +0000
commitc7210e7572b0c0ee31f2193c8b31265f1ee81bba (patch)
tree7a726f71b07afd559d042fa889e2a8b6f2265578 /databases/pgadmin3
parentSilly dutchman forgot to update the pkg-plist (diff)
- Update to 1.6.2.
- Respect CFLAGS. Submitted by: acm
Notes
Notes: svn path=/head/; revision=182056
Diffstat (limited to 'databases/pgadmin3')
-rw-r--r--databases/pgadmin3/files/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/pgadmin3/files/patch-configure b/databases/pgadmin3/files/patch-configure
new file mode 100644
index 000000000000..937b36c74be9
--- /dev/null
+++ b/databases/pgadmin3/files/patch-configure
@@ -0,0 +1,11 @@
+--- configure Tue Jan 9 22:48:02 2007
++++ configure Tue Jan 9 22:48:21 2007
+@@ -6657,7 +6657,7 @@
+ pgagent_LDADD=`${WX_CONFIG} ${WX_STATIC} --libs base --unicode=yes --debug=yes --version=${WX_VERSION} 2> /dev/null`
+ else
+ WX_NEW_CPPFLAGS=`${WX_CONFIG} --cppflags --unicode=yes --debug=no --version=${WX_VERSION} 2> /dev/null`
+- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -O2"
++ CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS $CFLAGS"
+
+ pgadmin3_LDADD=`${WX_CONFIG} ${WX_STATIC} --libs std,stc,ogl --unicode=yes --debug=no --version=${WX_VERSION} 2> /dev/null`
+ pgagent_LDADD=`${WX_CONFIG} ${WX_STATIC} --libs base --unicode=yes --debug=no --version=${WX_VERSION} 2> /dev/null`