aboutsummaryrefslogtreecommitdiff
path: root/databases/pgadmin3/files
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-04 22:05:54 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-04 22:05:54 +0000
commitfaf2e3d7100d19d9a936ed62e974fc88c576a2ef (patch)
tree4c60ecbd1a6d0217b8a4439821221e3eb5baaaec /databases/pgadmin3/files
parent2ef6139ddd443446fb3d197bfed8e9565af3f43f (diff)
downloadports-faf2e3d7100d19d9a936ed62e974fc88c576a2ef.tar.gz
ports-faf2e3d7100d19d9a936ed62e974fc88c576a2ef.zip
Chase wxgtk library name change.
Use wxgtk2. Bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=93113
Diffstat (limited to 'databases/pgadmin3/files')
-rw-r--r--databases/pgadmin3/files/patch-configure15
1 files changed, 8 insertions, 7 deletions
diff --git a/databases/pgadmin3/files/patch-configure b/databases/pgadmin3/files/patch-configure
index 06a1ba6c7894..15f3ec322d35 100644
--- a/databases/pgadmin3/files/patch-configure
+++ b/databases/pgadmin3/files/patch-configure
@@ -1,17 +1,18 @@
---- configure.orig Fri Sep 26 16:14:11 2003
-+++ configure Tue Nov 4 03:24:50 2003
-@@ -5033,13 +5033,17 @@
+--- configure.orig Tue Oct 14 20:10:14 2003
++++ configure Wed Nov 5 03:55:28 2003
+@@ -5033,13 +5033,18 @@
LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION} -lwx_gtk_xrc-${WX_VERSION}"
LIBS="$LIBS $WX_NEW_LDFLAGS"
;;
-+ *wx_gtk*)
-+ LIBS="$LIBS -lwx_gtk_stc -lwx_gtk_xrc"
-+ LIBS="$LIBS $WX_NEW_LDFLAGS $PTHREAD_LIBS"
-+ ;;
++ *wx_gtk2-*)
++ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION} -lwx_gtk2_xrc-${WX_VERSION}"
++ LIBS="$LIBS $WX_NEW_LDFLAGS"
++ ;;
*)
;;
esac
fi
++ LIBS="$LIBS $PTHREAD_LIBS"
WX_NEW_CPPFLAGS=`${WX_CONFIG} --cxxflags`
- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include"