svn commit: r473556 - head/math/drgeo

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Jun 29 16:34:27 UTC 2018


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=	*
 


More information about the svn-ports-all mailing list