diff options
author | pat <pat@FreeBSD.org> | 2002-06-27 04:49:42 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-27 04:49:42 +0800 |
commit | 698c77b81a52ddf25c1f22aee0f68784984adfce (patch) | |
tree | 954a85af9b87f538f0c6b4e4d1333059124447a4 /graphics | |
parent | 9beb83cf0ebadb3cdf041f36844619c2bce6b7c9 (diff) | |
download | freebsd-ports-gnome-698c77b81a52ddf25c1f22aee0f68784984adfce.tar.gz freebsd-ports-gnome-698c77b81a52ddf25c1f22aee0f68784984adfce.tar.zst freebsd-ports-gnome-698c77b81a52ddf25c1f22aee0f68784984adfce.zip |
Update to 0.10
PR: 38633
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xmms-iris/Makefile | 7 | ||||
-rw-r--r-- | graphics/xmms-iris/distinfo | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/graphics/xmms-iris/Makefile b/graphics/xmms-iris/Makefile index c484261e328b..cb35943ffe52 100644 --- a/graphics/xmms-iris/Makefile +++ b/graphics/xmms-iris/Makefile @@ -6,7 +6,7 @@ # PORTNAME= iris -PORTVERSION= 0.9 +PORTVERSION= 0.10 CATEGORIES= graphics MASTER_SITES= http://cdelfosse.free.fr/xmms-iris/ PKGNAMEPREFIX= xmms- @@ -22,5 +22,10 @@ USE_GTK= yes USE_GMAKE= yes USE_MESA= yes USE_X_PREFIX= yes +USE_REINPLACE= yes + +post-patch: + @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS:S/"//g}|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> diff --git a/graphics/xmms-iris/distinfo b/graphics/xmms-iris/distinfo index c4bc822f9d1a..cf3d345a0a76 100644 --- a/graphics/xmms-iris/distinfo +++ b/graphics/xmms-iris/distinfo @@ -1 +1 @@ -MD5 (iris-0.9.tar.gz) = 16462c64abd7eb3d5755cb346231f80a +MD5 (iris-0.10.tar.gz) = 7c922e08884a79015b7e8e0f2a9815ca |