aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-02-02 00:52:49 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-02-02 00:52:49 +0000
commit3c7cf5b9384d094e58f0fd72d40382b3170dee76 (patch)
tree41e1460b859faada652d2aa86f68f1d66a559082 /graphics
parentb9c6d61768b79cbd4f772e0a4e9296aa7d97d664 (diff)
downloadports-3c7cf5b9384d094e58f0fd72d40382b3170dee76.tar.gz
ports-3c7cf5b9384d094e58f0fd72d40382b3170dee76.zip
- Fix build with GCC on 9.1.
- Do not look for Doxygen.
Notes
Notes: svn path=/head/; revision=311408
Diffstat (limited to 'graphics')
-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>