diff options
Diffstat (limited to 'benchmarks/libmicro/Makefile')
-rw-r--r-- | benchmarks/libmicro/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/libmicro/Makefile b/benchmarks/libmicro/Makefile index ba9c649..580784a 100644 --- a/benchmarks/libmicro/Makefile +++ b/benchmarks/libmicro/Makefile @@ -18,6 +18,8 @@ STRIP= # Do not strip binaries PLIST_SUB= ARCH="${ARCH}" PKGLIBDIR= ${PREFIX}/lib/${PORTNAME} +BROKEN_powerpc64= Does not build on powerpc64 + post-build: ${ECHO_CMD} '#!/bin/sh' > ${WRKDIR}/libmicro-bench ${ECHO_CMD} '(cd ${PKGLIBDIR} && ./bench $$1)' \ |