diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-04-08 16:42:21 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-04-08 16:42:21 +0000 |
commit | 5d8680fd0cabb1a806a60b191a68fe4235378e2f (patch) | |
tree | 38e0ec9ba91c78170da751d6ca1495468cb3474e /cad | |
parent | 36585a35cff093ef2cc103cdf53a8caa30193c6f (diff) | |
download | ports-5d8680fd0cabb1a806a60b191a68fe4235378e2f.tar.gz ports-5d8680fd0cabb1a806a60b191a68fe4235378e2f.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/solvespace/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index a7faf1543a00..daffb85e87f8 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -18,18 +18,19 @@ LIB_DEPENDS= libpng.so:graphics/png \ libfreetype.so:print/freetype2 \ libgtkmm-2.4.so:x11-toolkits/gtkmm24 -BROKEN_powerpc64= fails to compile: cc1plus: unrecognized command line option "-std=c++11" - USE_GITHUB= yes GH_PROJECT= libdxfrw:libdxfrw GH_TAGNAME= 8f95895:libdxfrw GH_SUBDIR= extlib/libdxfrw:libdxfrw -USES= cmake pkgconfig +USES= cmake compiler:c++11-lang gl gnome pkgconfig USE_GL= gl glu glew USE_GNOME= atkmm gtk20 pangomm USE_XORG= x11 USE_LDCONFIG= yes INSTALLS_ICONS= yes +post-patch: + ${REINPLACE_CMD} -e '/-stdlib=libc++/d' ${WRKSRC}/CMakeLists.txt + .include <bsd.port.mk> |