diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-08 02:07:31 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-06-08 02:07:31 +0800 |
commit | e5de4153d9655e949c63a5f25357d336a2152478 (patch) | |
tree | 075e15c8a339c2684fed4e1964154cecd7f753a6 /audio | |
parent | bdfe245922cb425d4e2ab9b3415ece2ef4109f96 (diff) | |
download | marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.tar marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.tar.gz marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.tar.bz2 marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.tar.lz marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.tar.xz marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.tar.zst marcuscom-ports-e5de4153d9655e949c63a5f25357d336a2152478.zip |
Fix the build in the presence of libsoup-2.4.
Reported by: Zyl on #freebsd-gnome
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11035 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rhythmbox/files/patch-shell_Makefile.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/audio/rhythmbox/files/patch-shell_Makefile.in b/audio/rhythmbox/files/patch-shell_Makefile.in new file mode 100644 index 000000000..970fee8a0 --- /dev/null +++ b/audio/rhythmbox/files/patch-shell_Makefile.in @@ -0,0 +1,10 @@ +--- shell/Makefile.in.orig 2008-06-07 13:56:05.000000000 -0400 ++++ shell/Makefile.in 2008-06-07 13:56:26.000000000 -0400 +@@ -351,6 +351,7 @@ INCLUDES = \ + $(WARN_CFLAGS) \ + $(GDA_CFLAGS) \ + $(RHYTHMBOX_CFLAGS) \ ++ $(SOUP_CFLAGS) \ + $(TOTEM_PLPARSER_CFLAGS) \ + $(DBUS_CFLAGS) \ + $(LIBNAUTILUS_BURN_CFLAGS) \ |