diff options
author | fjoe <fjoe@FreeBSD.org> | 2006-11-29 07:41:12 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2006-11-29 07:41:12 +0800 |
commit | bba288fd08dfb963180153df4a94d098661ef799 (patch) | |
tree | 9a4be6e66c826d5b6b38d52c256016258156cfcf /x11-toolkits/wxgtk26 | |
parent | 1ef81be26b15ab942b5c6be87b3ce75a60acecf1 (diff) | |
download | freebsd-ports-gnome-bba288fd08dfb963180153df4a94d098661ef799.tar.gz freebsd-ports-gnome-bba288fd08dfb963180153df4a94d098661ef799.tar.zst freebsd-ports-gnome-bba288fd08dfb963180153df4a94d098661ef799.zip |
- Make X11BASE-clean.
- Bump PORTREVISION.
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 ;; |