From ef60db13cdab10c9d6ade6964cbb834391858d93 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Wed, 21 Oct 2009 21:30:21 +0000 Subject: [PATCH] Monotone-Parent: 846fa20b13dd09d896ed82cad5836822133d22c3 Monotone-Revision: 7add512502128fa47711440a971acc4db37b514b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2009-10-21T21:30:21 Monotone-Branch: ca.inverse.sogo --- SOPE/sope-patchset-r1660.diff | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/SOPE/sope-patchset-r1660.diff b/SOPE/sope-patchset-r1660.diff index 901345d97..895ae780e 100644 --- a/SOPE/sope-patchset-r1660.diff +++ b/SOPE/sope-patchset-r1660.diff @@ -4217,6 +4217,19 @@ Index: sope-core/NGExtensions/EOExt.subproj/EOGlobalID+Ext.m #import #import +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)