diff options
author | fjoe <fjoe@FreeBSD.org> | 2005-05-16 23:13:28 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2005-05-16 23:13:28 +0800 |
commit | 2e57ddfd6a905783a39c7b9efa485d78ec9bea45 (patch) | |
tree | aa36dfbc1b128c0270e498ccadc3e87dcc65608c /x11-toolkits/wxgtk26/Makefile | |
parent | 8c1392970fec152e5dbd6a34d894c7328343977c (diff) | |
download | freebsd-ports-graphics-2e57ddfd6a905783a39c7b9efa485d78ec9bea45.tar.gz freebsd-ports-graphics-2e57ddfd6a905783a39c7b9efa485d78ec9bea45.tar.zst freebsd-ports-graphics-2e57ddfd6a905783a39c7b9efa485d78ec9bea45.zip |
- Add --disable-backtrace to fix the build if devel/libexecinfo is installed.
- Bump PORTREVISION (of all wxgtk26 ports).
PR: 81014
Submitted by: Ganael LAPLANCHE
Diffstat (limited to 'x11-toolkits/wxgtk26/Makefile')
-rw-r--r-- | x11-toolkits/wxgtk26/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk26/Makefile b/x11-toolkits/wxgtk26/Makefile index 1ee1cc80e3d..3a78184e530 100644 --- a/x11-toolkits/wxgtk26/Makefile +++ b/x11-toolkits/wxgtk26/Makefile @@ -7,6 +7,7 @@ PORTNAME= wx PORTVERSION= 2.6.0 +PORTREVISION?= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= wxwindows @@ -37,7 +38,8 @@ CONFIGURE_ARGS= --with-libpng=sys\ --with-expat=sys\ --with-opengl\ --with-mspack\ - --with-gtk + --with-gtk\ + --disable-backtrace CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -liconv \ |