summaryrefslogtreecommitdiff
path: root/databases/pgadmin3-12/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'databases/pgadmin3-12/files/patch-configure')
-rw-r--r--databases/pgadmin3-12/files/patch-configure37
1 files changed, 0 insertions, 37 deletions
diff --git a/databases/pgadmin3-12/files/patch-configure b/databases/pgadmin3-12/files/patch-configure
deleted file mode 100644
index 0a8db47b2dfe..000000000000
--- a/databases/pgadmin3-12/files/patch-configure
+++ /dev/null
@@ -1,37 +0,0 @@
---- configure.orig Tue Nov 30 02:09:55 2004
-+++ configure Tue May 17 22:46:56 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"
- ;;
-@@ -5175,6 +5178,10 @@
- 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-*)
- LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}"
- LIBS="$LIBS $WX_NEW_LDFLAGS"
-@@ -5214,11 +5221,11 @@
- ;;
- esac
- wx_wx_h="yes"
-- if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h"
-+ if test ! -f "${WX_HOME}/include/wx-${WX_VERSION}/wx/version.h"
- then
- wx_wx_h="no"
- fi
-- if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h"
-+ if test ! -f "${WX_HOME}/include/wx-${WX_VERSION}/wx/stc/stc.h"
- then
- { { echo "$as_me:$LINENO: error: you need to install the stc package from wxWindows/contrib/src/stc" >&5
- echo "$as_me: error: you need to install the stc package from wxWindows/contrib/src/stc" >&2;}