aboutsummaryrefslogtreecommitdiff
path: root/multimedia/xmms/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-09-22 06:21:49 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-09-22 06:21:49 +0000
commit2393c623ecf93d8bea881452b159b1931c161cd5 (patch)
treebe2cb08d287dc170ceccbc6e3b675e1af671191f /multimedia/xmms/Makefile
parent7ab6a51b362ca2e7d44fb2a5e08261d8299a26ee (diff)
downloadports-2393c623ecf93d8bea881452b159b1931c161cd5.tar.gz
ports-2393c623ecf93d8bea881452b159b1931c161cd5.zip
Notes
Diffstat (limited to 'multimedia/xmms/Makefile')
-rw-r--r--multimedia/xmms/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/multimedia/xmms/Makefile b/multimedia/xmms/Makefile
index 1a2948a78b1b..436d14c3f9e4 100644
--- a/multimedia/xmms/Makefile
+++ b/multimedia/xmms/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= xmms
-PORTVERSION= 1.2.2
+PORTVERSION= 1.2.3
CATEGORIES= audio
MASTER_SITES= ftp://ftp.xmms.org/xmms/1.2.x/ \
ftp://ftp.uk.xmms.org/xmms/1.2.x/ \
@@ -71,7 +71,7 @@ CONFIGURE_ENV+= GTK_CONFIG="${GTK_CONFIG}" \
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_3DNOW) && ${OSVERSION} >= 400021
-PATCHFILES= xmms-1.2.1-3dnow-20000620.patch.gz
+PATCHFILES= xmms-${PORTVERSION}-3dnow.patch.gz
CONFIGURE_ARGS+= --enable-3dnow
.endif
@@ -104,4 +104,7 @@ post-extract:
${WRKSRC}/Visualization/blur_scope/Makefile.in
.endif
+pre-patch:
+ @${PERL} -pi -e 's|-lpthread|-pthread|g' ${WRKSRC}/configure
+
.include <bsd.port.post.mk>