SOURCES: gtk+2-objective-c++.patch (NEW) - gtk+2-objective-c++.pat...

qrczak qrczak at pld-linux.org
Wed Sep 19 11:43:04 CEST 2007


Author: qrczak                       Date: Wed Sep 19 09:43:04 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gtk+2-objective-c++.patch: fixed options passed to the linker
  (*.o is not -x objective-c++)
- Release 2

---- Files affected:
SOURCES:
   gtk+2-objective-c++.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk+2-objective-c++.patch
diff -u /dev/null SOURCES/gtk+2-objective-c++.patch:1.1
--- /dev/null	Wed Sep 19 11:43:04 2007
+++ SOURCES/gtk+2-objective-c++.patch	Wed Sep 19 11:42:59 2007
@@ -0,0 +1,12 @@
+--- gtk+-2.12.0/tests/Makefile.am~	2007-09-13 22:35:48.000000000 +0200
++++ gtk+-2.12.0/tests/Makefile.am	2007-09-19 10:46:42.000000000 +0200
+@@ -99,8 +99,7 @@
+ autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
+ 
+ if HAVE_OBJC
+-autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1
+-autotestkeywords_CXXFLAGS = -x objective-c++
++autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
+ endif
+ 
+ endif
================================================================


More information about the pld-cvs-commit mailing list