aboutsummaryrefslogtreecommitdiff
path: root/audio/glame/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-12-02 00:45:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-12-02 00:45:49 +0000
commit2227e221a1010ebfb6a983905f382e604bb23bd5 (patch)
tree959845570f5d700d219c690c4302c43e4acc7419 /audio/glame/Makefile
parent08a9421aaf2f898ccbf80cf7d0edd9a056c047da (diff)
downloadports-2227e221a1010ebfb6a983905f382e604bb23bd5.tar.gz
ports-2227e221a1010ebfb6a983905f382e604bb23bd5.zip
Notes
Diffstat (limited to 'audio/glame/Makefile')
-rw-r--r--audio/glame/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile
index b3bd698b2d0b..21b52bba1bb5 100644
--- a/audio/glame/Makefile
+++ b/audio/glame/Makefile
@@ -24,6 +24,12 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lltdl ${PTHREAD_LIBS}"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 500000
+BROKEN= "Does not compile"
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@@ -38,4 +44,4 @@ post-install:
--entry="* glame: (glame). audio processing tool for GNOME" \
${PREFIX}/info/dir
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>