svn commit: r437903 - head/graphics/colmap

Jan Beich jbeich at FreeBSD.org
Thu Apr 6 22:16:05 UTC 2017


Author: jbeich
Date: Thu Apr  6 22:16:03 2017
New Revision: 437903
URL: https://svnweb.freebsd.org/changeset/ports/437903

Log:
  graphics/colmap: drop g++49 workaround after r437437

Modified:
  head/graphics/colmap/Makefile   (contents, props changed)

Modified: head/graphics/colmap/Makefile
==============================================================================
--- head/graphics/colmap/Makefile	Thu Apr  6 21:57:43 2017	(r437902)
+++ head/graphics/colmap/Makefile	Thu Apr  6 22:16:03 2017	(r437903)
@@ -33,7 +33,6 @@ EXCLUDE=	SQLite
 EXTRACT_AFTER_ARGS=	${EXCLUDE:S,^,--exclude src/ext/,}
 CMAKE_ARGS=	-DBOOST_STATIC=off -DCUDA_ENABLED=off
 CFLAGS+=	-DVL_OS_LINUX=1
-CXXFLAGS+=	-fpermissive # libc++ <future> vs. g++49
 CXXFLAGS+=	-D_GLIBCXX_USE_C99 -D_GLIBCXX_USE_C99_MATH_TR1 \
 		-D_DECLARE_C99_LDBL_MATH # XXX ports/193528
 LDFLAGS+=	-Wl,--as-needed # gflags, glu, xi, xmu


More information about the svn-ports-head mailing list