summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-11-03 21:09:13 +0000
committerAchim Gottinger <achim@gentoo.org>2001-11-03 21:09:13 +0000
commitb345161f1d07a82ed0c867841b2e6a5bae311fb4 (patch)
tree51fae45d3c0f33cb8c152b14136d84819fa829f4 /media-video
parentcosmetic fixes (diff)
downloadhistorical-b345161f1d07a82ed0c867841b2e6a5bae311fb4.tar.gz
historical-b345161f1d07a82ed0c867841b2e6a5bae311fb4.tar.bz2
historical-b345161f1d07a82ed0c867841b2e6a5bae311fb4.zip
A missing but required patch
Diffstat (limited to 'media-video')
-rw-r--r--media-video/bcast/files/bcast-2000c-r1-gentoo.diff21
1 files changed, 21 insertions, 0 deletions
diff --git a/media-video/bcast/files/bcast-2000c-r1-gentoo.diff b/media-video/bcast/files/bcast-2000c-r1-gentoo.diff
new file mode 100644
index 000000000000..8cf70c3a580c
--- /dev/null
+++ b/media-video/bcast/files/bcast-2000c-r1-gentoo.diff
@@ -0,0 +1,21 @@
+--- bcast-2000c/bcast/Makefile~ Tue Jan 2 22:27:16 2001
++++ bcast-2000c/bcast/Makefile Sat Jun 2 16:50:30 2001
+@@ -199,6 +199,7 @@
+ -I../quicktime/libdv \
+ -I../audiofile \
+ -I../esound \
++ -I../tiff \
+ $(shell glib-config --cflags)
+
+ export CFLAGS
+--- bcast-2000c/bcast/main.C~ Tue Jan 2 22:27:16 2001
++++ bcast-2000c/bcast/main.C Sat Jun 2 16:51:24 2001
+@@ -231,7 +231,7 @@
+ char path[1024];
+
+ // get the plugin directories
+- sprintf(global_plugin_dir, "/usr/local/bcast/plugins");
++ sprintf(global_plugin_dir, "/usr/X11R6/lib/bcast/plugins");
+ defaults->get("GLOBAL_PLUGIN_DIR", global_plugin_dir);
+ sprintf(local_plugin_dir, "");
+ defaults->get("LOCAL_PLUGIN_DIR", local_plugin_dir);