fix mcopidl generator
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 21 May 2004 11:34:44 +0000 (11:34 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 21 May 2004 11:34:44 +0000 (11:34 +0000)
Original commit message from CVS:
fix mcopidl generator

ext/arts/Makefile.am

index d3218ddf78e4fd35e0580b8a5e49c45ea43f864b..081dc03d9ff7c19109d1f4d131162194a3e88b61 100644 (file)
@@ -2,8 +2,11 @@
 plugin_LTLIBRARIES = libgstarts.la
 
 SUFFIXES = .idl
+# on FC2, artsc-config --cflags has -pthread, which mcopidl doesn't like
+# If someone has time and energy, please check if -pthread should be allowed
+# in compile flags at all.
 .idl.cc:
-       mcopidl -t $(ARTS_CXXFLAGS) $<
+       mcopidl -t `echo $(ARTS_CXXFLAGS) | sed 's/-pthread//g'` $<
 
 # mcopidl Extension Expansion Technology clean up
 CLEANFILES = gst_artsio.h gst_artsio.cc gst_artsio.mcopclass gst_artsio.mcoptype