diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 02:11:57 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-12-11 02:11:57 +0800 |
commit | 345c6b671dd437e69ad8490b725bd0881c1bd415 (patch) | |
tree | 53736bf4f5ae1b7c616acdbfcd3817796f8f0686 /audio/rhythmbox-devel | |
parent | 8e469e5c5812974ca301a0db0fe2e64eb2df353d (diff) | |
download | marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.tar marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.tar.gz marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.tar.bz2 marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.tar.lz marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.tar.xz marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.tar.zst marcuscom-ports-345c6b671dd437e69ad8490b725bd0881c1bd415.zip |
Add a patch I forgot in the last commit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1444 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/rhythmbox-devel')
-rw-r--r-- | audio/rhythmbox-devel/files/patch-shell_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/rhythmbox-devel/files/patch-shell_Makefile.in b/audio/rhythmbox-devel/files/patch-shell_Makefile.in new file mode 100644 index 000000000..47028e3f4 --- /dev/null +++ b/audio/rhythmbox-devel/files/patch-shell_Makefile.in @@ -0,0 +1,10 @@ +--- shell/Makefile.in.orig Fri Nov 21 22:07:58 2003 ++++ shell/Makefile.in Fri Nov 21 22:08:21 2003 +@@ -254,6 +254,7 @@ + $(top_builddir)/iradio/librbiradio.la \ + $(top_builddir)/corba/librbcorba.la \ + $(top_builddir)/monkey-media/libmonkey-media.la \ ++ $(ID3TAG_LIBS) \ + $(RHYTHMBOX_LIBS) + + |