[30169] trunk/dports/aqua/emacs-app
source_changes at macosforge.org
source_changes at macosforge.org
Mon Oct 22 03:40:46 PDT 2007
Revision: 30169
http://trac.macosforge.org/projects/macports/changeset/30169
Author: css at macports.org
Date: 2007-10-22 03:40:46 -0700 (Mon, 22 Oct 2007)
Log Message:
-----------
Fix bulding emacs-app on Panther (#12956)
Modified Paths:
--------------
trunk/dports/aqua/emacs-app/Portfile
trunk/dports/aqua/emacs-app/files/patch-compile.diff
Modified: trunk/dports/aqua/emacs-app/Portfile
===================================================================
--- trunk/dports/aqua/emacs-app/Portfile 2007-10-22 09:10:00 UTC (rev 30168)
+++ trunk/dports/aqua/emacs-app/Portfile 2007-10-22 10:40:46 UTC (rev 30169)
@@ -3,6 +3,7 @@
PortSystem 1.0
name emacs-app
version 23.0.0_NS-9.0rc2a
+revision 1
categories aqua editors
maintainers css at macports.org
description The GNU Emacs text editor (Cocoa version)
@@ -48,7 +49,7 @@
# Don't attempt to build universal on darwin 7, so apply a patch
# to modify the compile script.
platform darwin 7 {
- patchfiles-append patch-compile
+ patchfiles-append patch-compile.diff
}
platform darwin 8 {
Modified: trunk/dports/aqua/emacs-app/files/patch-compile.diff
===================================================================
--- trunk/dports/aqua/emacs-app/files/patch-compile.diff 2007-10-22 09:10:00 UTC (rev 30168)
+++ trunk/dports/aqua/emacs-app/files/patch-compile.diff 2007-10-22 10:40:46 UTC (rev 30169)
@@ -1,14 +1,11 @@
---- nextstep/compile.orig 2007-05-21 07:12:33.000000000 -0400
-+++ nextstep/compile 2007-05-21 07:14:25.000000000 -0400
-@@ -34,8 +34,10 @@
+--- nextstep/compile.orig Sun Oct 21 19:06:46 2007
++++ nextstep/compile Sun Oct 21 19:12:42 2007
+@@ -56,7 +56,7 @@
+ NS_CFG_OPTS="--with-ns --without-x --prefix=${PREFIX} --exec_prefix=${BASEDIR}/MacOS --libexecdir=${BASEDIR}/MacOS/libexec --with-pop --enable-font-backend --without-freetype"
+ # --enable-cocoa-experimental-ctrl-g
+ MAKE="make -j3"
+- export CC=gcc-4.0
++ export CC=gcc
export MACOSX_DEPLOYMENT_TARGET=10.3
export MACOSX_DEPLOYMENT_TARGET_ppc=10.3
export MACOSX_DEPLOYMENT_TARGET_i386=10.4
-+ export SDKROOT_ppc=/Developer/SDKs/MacOSX10.3.9.sdk
-+ export SDKROOT_i386=/Developer/SDKs/MacOSX10.4u.sdk
- # export CFLAGS="$OPTFLAGS -universal -sdk /Developer/SDKs/MacOSX10.4u.sdk"
-- export CFLAGS="$OPTFLAGS -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
-+ export CFLAGS="$OPTFLAGS -arch ppc
- else
- source /etc/GNUstep/GNUstep.conf
- export GNUSTEP_SYSTEM_ROOT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20071022/386e4072/attachment.html
More information about the macports-changes
mailing list