Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jun 2018 16:34:26 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r473556 - head/math/drgeo
Message-ID:  <201806291634.w5TGYQw9076823@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Fri Jun 29 16:34:26 2018
New Revision: 473556
URL: https://svnweb.freebsd.org/changeset/ports/473556

Log:
  - Pet portlint
  - Fix build with clang 6

Modified:
  head/math/drgeo/Makefile

Modified: head/math/drgeo/Makefile
==============================================================================
--- head/math/drgeo/Makefile	Fri Jun 29 15:44:33 2018	(r473555)
+++ head/math/drgeo/Makefile	Fri Jun 29 16:34:26 2018	(r473556)
@@ -17,9 +17,11 @@ BROKEN_powerpc64=	fails to compile: ./geo/libgeo.a: mu
 
 LIB_DEPENDS=	libguile.so:lang/guile
 
-GNU_CONFIGURE=	yes
 USES=		gettext gmake localbase:ldflags pkgconfig pathfix
+GNU_CONFIGURE=	yes
 USE_GNOME=	gnomeprefix intlhack libglade2
+
+CXXFLAGS+=	-Wno-reserved-user-defined-literal
 
 PORTDATA=	*
 



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