diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-19 06:41:11 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-19 06:41:11 +0800 |
commit | 94f86ccc831273778a49d66ec2f32b5edc46934f (patch) | |
tree | 0199ca8c5b1881386308c81974a985f3424d0beb /audio | |
parent | 51e5617a66a3ac1488c99be578abface7827a6d8 (diff) | |
download | freebsd-ports-gnome-94f86ccc831273778a49d66ec2f32b5edc46934f.tar.gz freebsd-ports-gnome-94f86ccc831273778a49d66ec2f32b5edc46934f.tar.zst freebsd-ports-gnome-94f86ccc831273778a49d66ec2f32b5edc46934f.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' |