diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-11-28 23:41:12 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-11-28 23:41:12 +0000 |
commit | fdd36110e1690e2a9fc81f59718481781b36db9b (patch) | |
tree | b2f5a77af6387686446c4c7228c2153076351750 /x11-toolkits/wxgtk26 | |
parent | Add sysutils/diskscrub: (diff) |
- Make X11BASE-clean.
- Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=178219
Diffstat (limited to 'x11-toolkits/wxgtk26')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/wxgtk26/files/patch-configure | 8 |
2 files changed, 10 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 7cb920ef7080..e18ec9b66633 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -45,7 +45,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ LDFLAGS="-L${LOCALBASE}/lib -liconv \ -L${X11BASE}/lib" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" + PTHREAD_LIBS="${PTHREAD_LIBS}"\ + X11BASE="${X11BASE}" PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 diff --git a/x11-toolkits/wxgtk26/files/patch-configure b/x11-toolkits/wxgtk26/files/patch-configure index 33327df196a0..b3cf594f3ac9 100644 --- a/x11-toolkits/wxgtk26/files/patch-configure +++ b/x11-toolkits/wxgtk26/files/patch-configure @@ -1,5 +1,13 @@ --- configure.orig Thu Jun 2 23:03:05 2005 +++ configure Wed Aug 31 23:48:02 2005 +@@ -23409,6 +23409,7 @@ + + + SEARCH_INCLUDE="\ ++ $X11BASE/include \ + /usr/local/include \ + \ + /usr/Motif-2.1/include \ @@ -34396,7 +34396,7 @@ fi ;; |