From 189ce0e83bc158b1b5818bd1585b3269830b2419 Mon Sep 17 00:00:00 2001 From: "Juergen \"George\" Sawinski" Date: Wed, 28 Jul 2004 10:18:40 +0000 Subject: [PATCH] Juergen Sawinski: -forgotten patch to make gst-plugins compile (seems like an error, that will affect all compilers) [2004072321203827977] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3731 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/gnome2/gst-plugins/mcopidl-args-fix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/gnome2/gst-plugins/mcopidl-args-fix.patch diff --git a/package/gnome2/gst-plugins/mcopidl-args-fix.patch b/package/gnome2/gst-plugins/mcopidl-args-fix.patch new file mode 100644 index 000000000..e72000a8d --- /dev/null +++ b/package/gnome2/gst-plugins/mcopidl-args-fix.patch @@ -0,0 +1,11 @@ +--- gst-plugins-0.8.2/ext/arts/Makefile.in~ 2004-06-23 17:01:29.000000000 +0200 ++++ gst-plugins-0.8.2/ext/arts/Makefile.in 2004-07-23 03:08:15.528997968 +0200 +@@ -1013,7 +1013,7 @@ + # If someone has time and energy, please check if -pthread should be allowed + # in compile flags at all. + .idl.cc: +- mcopidl -t `echo $(ARTS_CXXFLAGS) | sed 's/-pthread//g'` $< ++ mcopidl -t `echo $(ARTS_CXXFLAGS) | sed 's/-pthread//g; s/-D_REENTRANT//g;'` $< + + dist-hook: + rm -f $(distdir)/gst_artsio.cc