svn commit: r311408 - head/graphics/libcdr
Jung-uk Kim
jkim at FreeBSD.org
Sat Feb 2 00:52:50 UTC 2013
Author: jkim
Date: Sat Feb 2 00:52:49 2013
New Revision: 311408
URL: http://svnweb.freebsd.org/changeset/ports/311408
Log:
- Fix build with GCC on 9.1.
- Do not look for Doxygen.
Modified:
head/graphics/libcdr/Makefile
Modified: head/graphics/libcdr/Makefile
==============================================================================
--- head/graphics/libcdr/Makefile Fri Feb 1 23:59:15 2013 (r311407)
+++ head/graphics/libcdr/Makefile Sat Feb 2 00:52:49 2013 (r311408)
@@ -18,9 +18,11 @@ LIB_DEPENDS= icui18n:${PORTSDIR}/devel/i
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>
More information about the svn-ports-head
mailing list