diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 17:45:30 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-12 17:45:30 +0000 |
commit | 54c086c129c88d664ff3008d1336164547b80e66 (patch) | |
tree | cd5089fa2b5950af1a9f7fac449022ee5be052d2 /databases/pgadmin3/files/patch-configure | |
parent | mark it BROKEN (diff) |
Finish repo-move of wxgtk2*-devel ports to wxgtk26* and update to the
latest stable release wxWidgets 2.6.0.
Notes
Notes:
svn path=/head/; revision=135144
Diffstat (limited to 'databases/pgadmin3/files/patch-configure')
-rw-r--r-- | databases/pgadmin3/files/patch-configure | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/databases/pgadmin3/files/patch-configure b/databases/pgadmin3/files/patch-configure index ecf91d0e2b9d..18af8abfe59d 100644 --- a/databases/pgadmin3/files/patch-configure +++ b/databases/pgadmin3/files/patch-configure @@ -1,13 +1,23 @@ --- configure.orig Tue Nov 30 02:09:55 2004 -+++ configure Wed Jan 5 19:00:36 2005 -@@ -5175,6 +5175,10 @@ - LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}" - LIBS="$LIBS $WX_NEW_LDFLAGS" ++++ configure Fri May 6 00:59:54 2005 +@@ -4996,6 +4996,9 @@ + # Which version of wxWindows is this? + WX_VERSION=`${WX_CONFIG} --version` + case "${WX_VERSION}" in ++ 2.6*) ++ WX_VERSION="2.6" ++ ;; + 2.5*) + WX_VERSION="2.5" + ;; +@@ -5173,6 +5176,10 @@ ;; -+ *wx_gtk2_core*) -+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}" + *wx_gtk2u_core*) + LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}" + LIBS="$LIBS $WX_NEW_LDFLAGS" + ;; - *wx_gtkud-*) - LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}" ++ *wx_gtk2_core*) ++ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}" LIBS="$LIBS $WX_NEW_LDFLAGS" + ;; + *wx_gtkud-*) |