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>
This commit is contained in:
parent
51e5617a66
commit
94f86ccc83
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=81287
6 changed files with 33 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= net-rhythmbox
|
||||
PORTVERSION= 0.4.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://web.verbum.org/net-rhythmbox/
|
||||
|
||||
|
|
10
audio/net-rhythmbox/files/patch-configure
Normal file
10
audio/net-rhythmbox/files/patch-configure
Normal file
|
@ -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'
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= net-rhythmbox
|
||||
PORTVERSION= 0.4.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://web.verbum.org/net-rhythmbox/
|
||||
|
||||
|
|
10
audio/rhythmbox-devel/files/patch-configure
Normal file
10
audio/rhythmbox-devel/files/patch-configure
Normal file
|
@ -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'
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= net-rhythmbox
|
||||
PORTVERSION= 0.4.8
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= audio gnome
|
||||
MASTER_SITES= http://web.verbum.org/net-rhythmbox/
|
||||
|
||||
|
|
10
audio/rhythmbox/files/patch-configure
Normal file
10
audio/rhythmbox/files/patch-configure
Normal file
|
@ -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'
|
Loading…
Reference in a new issue