summaryrefslogtreecommitdiff
path: root/databases/pgadmin3/files/patch-configure
blob: 18af8abfe59d729989a30bd605a2ec02b2c300dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- configure.orig	Tue Nov 30 02:09:55 2004
+++ 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_gtk2u_core*)
                 LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}"
+                LIBS="$LIBS $WX_NEW_LDFLAGS"
+                ;;
+            *wx_gtk2_core*)
+                LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
                 LIBS="$LIBS $WX_NEW_LDFLAGS"
                 ;;
             *wx_gtkud-*)