aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xmms/Makefile
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-09-22 14:21:49 +0800
committersobomax <sobomax@FreeBSD.org>2000-09-22 14:21:49 +0800
commita5568b27dff867d50643626f57d1b66b9606cf37 (patch)
treeae91d1930adb4fc9f242c89e4553839f2f10c5e2 /multimedia/xmms/Makefile
parent6fa96aebaab32c78ed1c60718c9792af6ff292a5 (diff)
downloadfreebsd-ports-gnome-a5568b27dff867d50643626f57d1b66b9606cf37.tar.gz
freebsd-ports-gnome-a5568b27dff867d50643626f57d1b66b9606cf37.tar.zst
freebsd-ports-gnome-a5568b27dff867d50643626f57d1b66b9606cf37.zip
Update to 1.2.3.
Approved by: maintainer
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>