aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2006-05-21 19:05:17 +0000
committerPav Lucistnik <pav@FreeBSD.org>2006-05-21 19:05:17 +0000
commit00a5e04aa6d17d5e44c476d2605143eb288cd288 (patch)
treebcd8f4be15fc71d3df9b9303f678046f2b55d291 /audio
parent4e801d79e363bee21034d166d85232e8e070cc5e (diff)
downloadports-00a5e04aa6d17d5e44c476d2605143eb288cd288.tar.gz
ports-00a5e04aa6d17d5e44c476d2605143eb288cd288.zip
Notes
Diffstat (limited to 'audio')
-rw-r--r--audio/libjackasyn/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/libjackasyn/Makefile b/audio/libjackasyn/Makefile
index 68f56cbadc7c..49302d031fe3 100644
--- a/audio/libjackasyn/Makefile
+++ b/audio/libjackasyn/Makefile
@@ -34,6 +34,12 @@ MAKE_ENV= LDFLAGS="${LDFLAGS}" CPPFLAGS="${CXXFLAGS}"
SUB_FILES= pkg-message
MAN1= jacklaunch.1
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= does not compile
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|%%PTHREAD%%|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT}
@@ -49,4 +55,4 @@ post-install:
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>