aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2009-02-18 11:38:20 +0800
committerlinimon <linimon@FreeBSD.org>2009-02-18 11:38:20 +0800
commitf2c14259fcfe31afe52f2288ad09c6d029dcefcc (patch)
tree1421a599361ee784b6818f1227a988cee348ad85 /devel
parent5cbb68e91a3fdfe6bf383f5aa432447f5bd29eb8 (diff)
downloadfreebsd-ports-gnome-f2c14259fcfe31afe52f2288ad09c6d029dcefcc.tar.gz
freebsd-ports-gnome-f2c14259fcfe31afe52f2288ad09c6d029dcefcc.tar.zst
freebsd-ports-gnome-f2c14259fcfe31afe52f2288ad09c6d029dcefcc.zip
Mark as ignore on sparc64 (arch not detected correctly).
Diffstat (limited to 'devel')
-rw-r--r--devel/bullet/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/bullet/Makefile b/devel/bullet/Makefile
index df72b3e7ea50..aaf07921d5bf 100644
--- a/devel/bullet/Makefile
+++ b/devel/bullet/Makefile
@@ -40,6 +40,10 @@ JAM_ARGS= -qa
CFLAGS+= -DUSE_ADDR64
.endif
+.if ${ARCH} == "sparc64"
+IGNORE= Does not configure on sparc64
+.endif
+
post-patch:
@${REINPLACE_CMD} -e "s|%%AUTOHEADER%%|${AUTOHEADER}|g" -e "s|%%AUTOCONF%%|${AUTOCONF}|g" -e \
"s|%%ACLOCAL%%|${ACLOCAL}|g" -e "s|%%LIBTOOLIZE%%|${LIBTOOLIZE}|g" -e \