aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk24
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2006-11-28 23:41:12 +0000
committerMax Khon <fjoe@FreeBSD.org>2006-11-28 23:41:12 +0000
commitfdd36110e1690e2a9fc81f59718481781b36db9b (patch)
treeb2f5a77af6387686446c4c7228c2153076351750 /x11-toolkits/wxgtk24
parentcbd80d14b62b45aa2ba37fc7d8ec4d0c0f152d7a (diff)
Notes
Diffstat (limited to 'x11-toolkits/wxgtk24')
-rw-r--r--x11-toolkits/wxgtk24/Makefile5
-rw-r--r--x11-toolkits/wxgtk24/files/patch-configure8
2 files changed, 11 insertions, 2 deletions
diff --git a/x11-toolkits/wxgtk24/Makefile b/x11-toolkits/wxgtk24/Makefile
index eb114972717c..d628726e77b0 100644
--- a/x11-toolkits/wxgtk24/Makefile
+++ b/x11-toolkits/wxgtk24/Makefile
@@ -7,7 +7,7 @@
PORTNAME= wx
PORTVERSION= 2.4.2
-PORTREVISION?= 11
+PORTREVISION?= 12
PKGNAMESUFFIX= ${WXGTK_FLAVOR}
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
@@ -41,7 +41,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${WRKSRC}/include \
${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -liconv \
-L${X11BASE}/lib \
- ${PTHREAD_LIBS}"
+ ${PTHREAD_LIBS}"\
+ X11BASE="${X11BASE}"
NO_LATEST_LINK= yes
PLIST= ${.CURDIR}/pkg-plist
diff --git a/x11-toolkits/wxgtk24/files/patch-configure b/x11-toolkits/wxgtk24/files/patch-configure
index 2236f9edacee..9fb5e6e49d9b 100644
--- a/x11-toolkits/wxgtk24/files/patch-configure
+++ b/x11-toolkits/wxgtk24/files/patch-configure
@@ -1,5 +1,13 @@
--- configure.orig Tue Nov 4 19:54:04 2003
+++ configure Tue Nov 4 20:12:59 2003
+@@ -11436,6 +11436,7 @@
+
+
+ SEARCH_INCLUDE="\
++ $X11BASE/include \
+ /usr/local/include \
+ \
+ /usr/Motif-1.2/include \
@@ -11731,7 +11731,7 @@