diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-06-27 21:18:25 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-06-27 21:18:25 +0000 |
commit | 964b1fe1d9aecaa1087c175e05698838b5cf4569 (patch) | |
tree | 133a3527833ecad8c9ba3196f5e61f5f9c7b9bf7 /databases/pgadmin3/files/patch-configure | |
parent | New ports: (diff) |
Update to 1.0.2.
Use wxWidgets 2.5.2.
Notes
Notes:
svn path=/head/; revision=112415
Diffstat (limited to 'databases/pgadmin3/files/patch-configure')
-rw-r--r-- | databases/pgadmin3/files/patch-configure | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/databases/pgadmin3/files/patch-configure b/databases/pgadmin3/files/patch-configure index 15f3ec322d35..45fe8d0cd755 100644 --- a/databases/pgadmin3/files/patch-configure +++ b/databases/pgadmin3/files/patch-configure @@ -1,10 +1,19 @@ ---- configure.orig Tue Oct 14 20:10:14 2003 -+++ configure Wed Nov 5 03:55:28 2003 +--- configure.orig Fri Nov 28 17:36:36 2003 ++++ configure Mon Jun 28 01:33:07 2004 +@@ -5017,7 +5017,7 @@ + LIBS="$LIBS -lwx_gtk2d_stc-${WX_VERSION} -lwx_gtk2d_xrc-${WX_VERSION}" + LIBS="$LIBS $WX_NEW_LDFLAGS" + ;; +- *wx_gtk2u-*) ++ *wx_gtk2u*) + LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION} -lwx_gtk2u_xrc-${WX_VERSION}" + LIBS="$LIBS $WX_NEW_LDFLAGS" + ;; @@ -5033,13 +5033,18 @@ LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION} -lwx_gtk_xrc-${WX_VERSION}" LIBS="$LIBS $WX_NEW_LDFLAGS" ;; -+ *wx_gtk2-*) ++ *wx_gtk2*) + LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION} -lwx_gtk2_xrc-${WX_VERSION}" + LIBS="$LIBS $WX_NEW_LDFLAGS" + ;; |