diff options
author | kwm <kwm@FreeBSD.org> | 2011-10-29 18:39:44 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-10-29 18:39:44 +0800 |
commit | aa85cb7c5ab638dd3d19c210ec438092fe091809 (patch) | |
tree | 915086adc499101c6be567c29d9b23b81f83897d /textproc | |
parent | 42ca1c2f7ffc9c5e1cdd5150d0414dada50cb523 (diff) | |
download | freebsd-ports-gnome-aa85cb7c5ab638dd3d19c210ec438092fe091809.tar.gz freebsd-ports-gnome-aa85cb7c5ab638dd3d19c210ec438092fe091809.tar.zst freebsd-ports-gnome-aa85cb7c5ab638dd3d19c210ec438092fe091809.zip |
Fix build on FreeBSD 10
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml++26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 8c6daeb60a71..e7076c79d6c6 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -30,6 +30,7 @@ BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 USE_GMAKE= yes USE_GNOME= gnomehack libxml2 pkgconfig GNU_CONFIGURE= yes +WITH_FBSD10_FIX=yes USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static --disable-documentation |