Date: Thu, 6 Apr 2017 22:16:03 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437903 - head/graphics/colmap Message-ID: <201704062216.v36MG3vg089320@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704062216.v36MG3vg089320>