diff options
author | Max Khon <fjoe@FreeBSD.org> | 2006-12-03 17:15:19 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2006-12-03 17:15:19 +0000 |
commit | f3f324ecea92d9c3a7340f845435a33ac5b213cd (patch) | |
tree | ec48e7bbf7e25b9262ca2ce366f57038c43ff3d3 /x11-toolkits/wxgtk28 | |
parent | ae9bcbebd930a7682c87ff838e8fac52f9995fa1 (diff) |
Add X11BASE to configure env (fixes build with non-standard X11BASE).
Notes
Notes:
svn path=/head/; revision=178706
Diffstat (limited to 'x11-toolkits/wxgtk28')
-rw-r--r-- | x11-toolkits/wxgtk28/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk28/Makefile b/x11-toolkits/wxgtk28/Makefile index 0564a0acadf8..d172fa9ddc8d 100644 --- a/x11-toolkits/wxgtk28/Makefile +++ b/x11-toolkits/wxgtk28/Makefile @@ -42,7 +42,8 @@ CONFIGURE_ARGS= --with-libpng=sys\ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}"\ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"\ WXCONFIG_CPPFLAGS="${PTHREAD_CFLAGS}"\ - PTHREAD_LIBS="${PTHREAD_LIBS}" + PTHREAD_LIBS="${PTHREAD_LIBS}"\ + X11BASE="${X11BASE}" PLIST= ${.CURDIR}/pkg-plist WXGTK_FLAVOR?= gtk2 |