diff options
-rw-r--r-- | math/csdp/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/math/csdp/Makefile b/math/csdp/Makefile index d6254a763116..9319f4d5b148 100644 --- a/math/csdp/Makefile +++ b/math/csdp/Makefile @@ -29,6 +29,12 @@ PLIST_FILES= bin/complement \ bin/rand_graph \ bin/theta +.include <bsd.port.options.mk> + +.if ${ARCH} == powerpc +USES+= compiler:gcc-c++11-lib +.endif + post-stage: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* |