diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-04 18:48:48 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-12-04 18:48:48 +0000 |
commit | 064f57d542699094f5386d4021ab5656bc67d659 (patch) | |
tree | 5061d096f918b500469fe8a4783a99b34e561de2 /cad/brlcad | |
parent | c617959ef58a474d834596517f12f87c77a9fd3b (diff) | |
download | ports-064f57d542699094f5386d4021ab5656bc67d659.tar.gz ports-064f57d542699094f5386d4021ab5656bc67d659.zip |
Notes
Diffstat (limited to 'cad/brlcad')
-rw-r--r-- | cad/brlcad/Makefile | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/cad/brlcad/Makefile b/cad/brlcad/Makefile index 1fdb1002f113..d261fff8915d 100644 --- a/cad/brlcad/Makefile +++ b/cad/brlcad/Makefile @@ -39,21 +39,7 @@ CFLAGS+= -I${LOCALBASE}/include CMAKE_ARGS= -DBRLCAD_ENABLE_STRICT:BOOL=OFF MANPREFIX= ${PREFIX}/share -OPTIONS_DEFINE= OPTIMIZATION -OPTIMIZATION_DESC= Build with optimizations -OPTIONS_DEFAULT= OPTIMIZATION - -.include <bsd.port.pre.mk> - -EXTRA_LIBS= -pthread - -.if ${PORT_OPTIONS:MOPTIMIZATION} -CMAKE_BUILD_TYPE=Release -.endif - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64: invokes i386 assembler -.endif +BROKEN_sparc64= does not compile: invokes i386 assembler post-patch: @${REINPLACE_CMD} "s+-exact Tcl 8\.5\.1+Tcl 8.5+" ${WRKSRC}/src/other/tcl/library/init.tcl @@ -73,4 +59,4 @@ post-install: regression-test: build @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} test) -.include <bsd.port.post.mk> +.include <bsd.port.mk> |