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 | |
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')
-rw-r--r-- | audio/net-rhythmbox/Makefile | 1 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/rhythmbox-devel/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox-devel/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/rhythmbox/Makefile | 1 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-configure | 10 |
6 files changed, 33 insertions, 0 deletions
diff --git a/audio/net-rhythmbox/Makefile b/audio/net-rhythmbox/Makefile index 8c2e17caf9e3..ef3791c5f97f 100644 --- a/audio/net-rhythmbox/Makefile +++ b/audio/net-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/ diff --git a/audio/net-rhythmbox/files/patch-configure b/audio/net-rhythmbox/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/audio/net-rhythmbox/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' diff --git a/audio/rhythmbox-devel/Makefile b/audio/rhythmbox-devel/Makefile index 8c2e17caf9e3..ef3791c5f97f 100644 --- a/audio/rhythmbox-devel/Makefile +++ b/audio/rhythmbox-devel/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/ diff --git a/audio/rhythmbox-devel/files/patch-configure b/audio/rhythmbox-devel/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' 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/ diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure new file mode 100644 index 000000000000..f195f07b43c6 --- /dev/null +++ b/audio/rhythmbox/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 11 18:31:51 2002 ++++ configure Thu Dec 12 12:07:17 2002 +@@ -7414,6 +7414,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # Always use our own libtool. + LIBTOOL='$(SHELL) $(top_builddir)/libtool' |