diff options
author | jkim <jkim@FreeBSD.org> | 2014-10-11 05:03:18 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-10-11 05:03:18 +0800 |
commit | 8a9530f60d7bee5a5d058819cc6e6b58907f9e1d (patch) | |
tree | 9143bd56f8f9f5cf938d1c37e8cb1cd607eb2b23 | |
parent | 32e051ec62979a23d16c59796c31479a13fa7b42 (diff) | |
download | freebsd-ports-gnome-8a9530f60d7bee5a5d058819cc6e6b58907f9e1d.tar.gz freebsd-ports-gnome-8a9530f60d7bee5a5d058819cc6e6b58907f9e1d.tar.zst freebsd-ports-gnome-8a9530f60d7bee5a5d058819cc6e6b58907f9e1d.zip |
Fix build with GCC 4.2.
-rw-r--r-- | textproc/libwps03/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/libwps03/Makefile b/textproc/libwps03/Makefile index efba8aac4e05..5cfae1a85a92 100644 --- a/textproc/libwps03/Makefile +++ b/textproc/libwps03/Makefile @@ -15,10 +15,9 @@ LICENSE_COMB= dual LIB_DEPENDS= librevenge-0.0.so:${PORTSDIR}/textproc/librevenge -CONFIGURE_ARGS= --disable-werror +CONFIGURE_ARGS= --disable-werror --without-docs CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes -CONFIGURE_ARGS= --without-docs USES= compiler:features libtool pathfix pkgconfig USE_LDCONFIG= yes INSTALL_TARGET= install-strip |