diff options
author | kris <kris@FreeBSD.org> | 2005-03-27 06:18:09 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-03-27 06:18:09 +0800 |
commit | 069254edb64b82ad268143c5e42e18a594614a8e (patch) | |
tree | 4698489ccce9964290d1d2e764208bd317247715 /audio | |
parent | 012e1d9988d106ff077b292acd23ed93df5af5fc (diff) | |
download | freebsd-ports-gnome-069254edb64b82ad268143c5e42e18a594614a8e.tar.gz freebsd-ports-gnome-069254edb64b82ad268143c5e42e18a594614a8e.tar.zst freebsd-ports-gnome-069254edb64b82ad268143c5e42e18a594614a8e.zip |
BROKEN on sparc64: Does not build
Approved by: portmgr (self)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/snd/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile index 42c3b99ae37e..7b2340f76e63 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> |