aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-09 02:03:00 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-09 02:03:00 +0000
commitb85a364c161310e995f1314003d0d6890c95a00a (patch)
treede69bd86c019688194f302ac4caa7a60657aafa0 /audio
parent2a2c47052feab86719dfafd657dcc53d81ae6624 (diff)
downloadports-b85a364c161310e995f1314003d0d6890c95a00a.tar.gz
ports-b85a364c161310e995f1314003d0d6890c95a00a.zip
BROKEN on 5.x: does not compile
Notes
Notes: svn path=/head/; revision=100447
Diffstat (limited to 'audio')
-rw-r--r--audio/snd/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/snd/Makefile b/audio/snd/Makefile
index 1897ef527e30..d64189e28c3e 100644
--- a/audio/snd/Makefile
+++ b/audio/snd/Makefile
@@ -77,6 +77,12 @@ USE_XLIB= yes
.endif
WRKSRC= ${WRKDIR}/snd-5
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 502000
+BROKEN= "Does not compile"
+.endif
+
post-configure:
@${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig
@${SED} -e "s: -ldl::g" < ${WRKSRC}/makefile.orig > ${WRKSRC}/makefile
@@ -136,4 +142,4 @@ do-install:
post-build:
${MV} ${WRKSRC}/sndinfo ${WRKSRC}/snd-info
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>