Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Feb 2013 00:52:49 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311408 - head/graphics/libcdr
Message-ID:  <201302020052.r120qnX1033006@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302020052.r120qnX1033006>