diff options
author | marcus <marcus@FreeBSD.org> | 2003-05-19 06:41:11 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-05-19 06:41:11 +0800 |
commit | 99d48c5ce22089fdd85cb08d01f368857be48a68 (patch) | |
tree | 026c40ec71b75890e3522809e5f8f318d645ab7b /audio/rhythmbox/Makefile | |
parent | f38250c78b244fd6d91ac9cb47c1d566594b7d2a (diff) | |
download | freebsd-ports-gnome-99d48c5ce22089fdd85cb08d01f368857be48a68.tar.gz freebsd-ports-gnome-99d48c5ce22089fdd85cb08d01f368857be48a68.tar.zst freebsd-ports-gnome-99d48c5ce22089fdd85cb08d01f368857be48a68.zip |
Add a forgotten patch-configure to complete the libtool hack. This
will fix the dreaded thread lockups on -CURRENT.
Reported by: Wade Majors <wade@ezri.org>
Diffstat (limited to 'audio/rhythmbox/Makefile')
-rw-r--r-- | audio/rhythmbox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/rhythmbox/Makefile b/audio/rhythmbox/Makefile index 8c2e17caf9e3..ef3791c5f97f 100644 --- a/audio/rhythmbox/Makefile +++ b/audio/rhythmbox/Makefile @@ -7,6 +7,7 @@ PORTNAME= net-rhythmbox PORTVERSION= 0.4.8 +PORTREVISION= 1 CATEGORIES= audio gnome MASTER_SITES= http://web.verbum.org/net-rhythmbox/ |