summaryrefslogtreecommitdiffstats
path: root/audio/snd
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-03-26 22:18:09 +0000
committerkris <kris@FreeBSD.org>2005-03-26 22:18:09 +0000
commit069254edb64b82ad268143c5e42e18a594614a8e (patch)
tree4698489ccce9964290d1d2e764208bd317247715 /audio/snd
parent012e1d9988d106ff077b292acd23ed93df5af5fc (diff)
downloadFreeBSD-ports-069254edb64b82ad268143c5e42e18a594614a8e.zip
FreeBSD-ports-069254edb64b82ad268143c5e42e18a594614a8e.tar.gz
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'audio/snd')
-rw-r--r--audio/snd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 42c3b99..7b2340f 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -80,6 +80,12 @@ USE_X_PREFIX= yes
USE_XLIB= yes
.endif
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN= "Does not build on sparc64"
+.endif
+
post-build:
${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info
@@ -151,4 +157,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.scm ${DATADIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud