diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-10-10 21:03:18 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-10-10 21:03:18 +0000 |
commit | 70852e384b48ae603e378e4feec98d2b9bdfd210 (patch) | |
tree | 9143bd56f8f9f5cf938d1c37e8cb1cd607eb2b23 | |
parent | sysutils/ldap-account-manager: 4.7 -> 4.7.1 (diff) |
Fix build with GCC 4.2.
Notes
Notes:
svn path=/head/; revision=370601
-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 |