diff options
author | kris <kris@FreeBSD.org> | 2002-12-02 00:45:49 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-02 00:45:49 +0000 |
commit | cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb (patch) | |
tree | d3223d2b864d38a4760a037f8c608a15c7b0e8f7 /audio/glame | |
parent | 85254f368f880674f79c0281f0fbd3acb41a8500 (diff) | |
download | FreeBSD-ports-cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb.zip FreeBSD-ports-cdcd20d3dd5b28a9621b965079ae767a4d9a2bfb.tar.gz |
BROKEN on 5.0: does not compile
Diffstat (limited to 'audio/glame')
-rw-r--r-- | audio/glame/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index b3bd698..21b52bb 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> |