From 8a9530f60d7bee5a5d058819cc6e6b58907f9e1d Mon Sep 17 00:00:00 2001 From: jkim Date: Fri, 10 Oct 2014 21:03:18 +0000 Subject: Fix build with GCC 4.2. --- textproc/libwps03/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit