diff options
Diffstat (limited to 'graphics/libcdr')
-rw-r--r-- | graphics/libcdr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/libcdr/Makefile b/graphics/libcdr/Makefile index 56d5e9e48fea..d727a7d79554 100644 --- a/graphics/libcdr/Makefile +++ b/graphics/libcdr/Makefile @@ -18,9 +18,11 @@ LIB_DEPENDS= icui18n:${PORTSDIR}/devel/icu \ USE_XZ= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-werror +CONFIGURE_ARGS= --disable-werror --without-docs USE_GNOME= gnomehack USE_LDCONFIG= yes USE_PKGCONFIG= build +CXXFLAGS+= -Wno-long-long + .include <bsd.port.mk> |