Monotone-Parent: 846fa20b13dd09d896ed82cad5836822133d22c3

Monotone-Revision: 7add512502128fa47711440a971acc4db37b514b

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2009-10-21T21:30:21
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2009-10-21 21:30:21 +00:00
parent 5754569496
commit ef60db13cd
1 changed files with 13 additions and 0 deletions

View File

@ -4217,6 +4217,19 @@ Index: sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m
#import <EOControl/EOGlobalID.h>
#import <Foundation/NSString.h>
Index: sope-core/NGStreams/GNUmakefile.preamble
===================================================================
--- sope-core/NGStreams/GNUmakefile.preamble (revision 1660)
+++ sope-core/NGStreams/GNUmakefile.preamble (working copy)
@@ -1,6 +1,7 @@
# compilation settings
-MACHCPU = $(shell echo $$MACHTYPE | cut -f 1 -d '-')
+# MACHCPU = $(shell echo $$MACHTYPE | cut -f 1 -d '-')
+MACHCPU = $(shell uname -m)
libNGStreams_INCLUDE_DIRS += \
-I$(GNUSTEP_TARGET_CPU)/$(GNUSTEP_TARGET_OS) \
Index: sope-xml/libxmlSAXDriver/libxmlHTMLSAXDriver.h
===================================================================
--- sope-xml/libxmlSAXDriver/libxmlHTMLSAXDriver.h (revision 1660)