diff options
author | jbeich <jbeich@FreeBSD.org> | 2017-04-07 06:16:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2017-04-07 06:16:03 +0800 |
commit | 935d0827989013a0dfcc3b980248eec8f68e6255 (patch) | |
tree | 7f14bc64fabd30b0ee63aee9d16655a3bdab7fdd | |
parent | 08622f486c945876befd2676b0ef00b9e4221ad9 (diff) | |
download | freebsd-ports-gnome-935d0827989013a0dfcc3b980248eec8f68e6255.tar.gz freebsd-ports-gnome-935d0827989013a0dfcc3b980248eec8f68e6255.tar.zst freebsd-ports-gnome-935d0827989013a0dfcc3b980248eec8f68e6255.zip |
graphics/colmap: drop g++49 workaround after r437437
-rw-r--r-- | graphics/colmap/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/colmap/Makefile b/graphics/colmap/Makefile index 4046e92f0b63..7ef61731e7c6 100644 --- a/graphics/colmap/Makefile +++ b/graphics/colmap/Makefile @@ -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 |