diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 22:41:11 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-05-18 22:41:11 +0000 |
commit | 94f86ccc831273778a49d66ec2f32b5edc46934f (patch) | |
tree | 0199ca8c5b1881386308c81974a985f3424d0beb /audio/net-rhythmbox | |
parent | 51e5617a66a3ac1488c99be578abface7827a6d8 (diff) |
Notes
Diffstat (limited to 'audio/net-rhythmbox')
-rw-r--r-- | audio/net-rhythmbox/Makefile | 1 | ||||
-rw-r--r-- | audio/net-rhythmbox/files/patch-configure | 10 |
2 files changed, 11 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' |