aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/libcdr
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-02-02 08:52:49 +0800
committerjkim <jkim@FreeBSD.org>2013-02-02 08:52:49 +0800
commitc0341ec2ba83e8f4e8bc9146f75599f142e1502f (patch)
tree41e1460b859faada652d2aa86f68f1d66a559082 /graphics/libcdr
parented981b3a5083f8f5001470f8e2469b57c009336c (diff)
downloadfreebsd-ports-gnome-c0341ec2ba83e8f4e8bc9146f75599f142e1502f.tar.gz
freebsd-ports-gnome-c0341ec2ba83e8f4e8bc9146f75599f142e1502f.tar.zst
freebsd-ports-gnome-c0341ec2ba83e8f4e8bc9146f75599f142e1502f.zip
- Fix build with GCC on 9.1.
- Do not look for Doxygen.
Diffstat (limited to 'graphics/libcdr')
-rw-r--r--graphics/libcdr/Makefile4
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>