diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2013-02-02 00:52:49 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2013-02-02 00:52:49 +0000 |
commit | 3c7cf5b9384d094e58f0fd72d40382b3170dee76 (patch) | |
tree | 41e1460b859faada652d2aa86f68f1d66a559082 /graphics | |
parent | b9c6d61768b79cbd4f772e0a4e9296aa7d97d664 (diff) | |
download | ports-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/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> |