diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-08 08:56:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-08 08:56:57 +0800 |
commit | f40c5289a8deadd812920c0a71113861c6a93614 (patch) | |
tree | c32041c81c7879beb338e0a18ffb242b3a0a1715 /audio/rhythmbox/files | |
parent | 0f648da094ccedeb0b097ece3e97eaec873dba50 (diff) | |
download | marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.tar marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.tar.gz marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.tar.bz2 marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.tar.lz marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.tar.xz marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.tar.zst marcuscom-ports-f40c5289a8deadd812920c0a71113861c6a93614.zip |
Update to 0.7.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1791 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox/files')
-rw-r--r-- | audio/rhythmbox/files/patch-configure | 10 | ||||
-rw-r--r-- | audio/rhythmbox/files/patch-corba_Makefile.in | 11 |
2 files changed, 21 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-configure b/audio/rhythmbox/files/patch-configure new file mode 100644 index 000000000..263b7720f --- /dev/null +++ b/audio/rhythmbox/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig Wed Dec 17 23:50:24 2003 ++++ configure Thu Dec 18 13:02:58 2003 +@@ -19377,6 +19377,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/files/patch-corba_Makefile.in b/audio/rhythmbox/files/patch-corba_Makefile.in new file mode 100644 index 000000000..723285dfa --- /dev/null +++ b/audio/rhythmbox/files/patch-corba_Makefile.in @@ -0,0 +1,11 @@ +--- corba/Makefile.in.orig Wed Aug 27 04:19:40 2003 ++++ corba/Makefile.in Wed Aug 27 04:19:56 2003 +@@ -237,7 +237,7 @@ + + noinst_HEADERS = Rhythmbox.h + +-idldir = $(prefix)/share/idl ++idldir = $(datadir)/idl + idl_DATA = Rhythmbox.idl + + CLEAN_FILES = $(rhythmbox_interface_idl_sources) |