mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@77592 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
449 B
Diff
12 lines
449 B
Diff
--- Makefile.orig 2011-04-05 16:56:48.000000000 -0500
|
|
+++ Makefile 2011-04-05 17:01:09.000000000 -0500
|
|
@@ -39,7 +39,7 @@
|
|
@echo
|
|
@echo ---- Compiling:
|
|
@echo ======================================
|
|
- $(COMPILER) -O2 -Wall -force_cpusubtype_ALL -mmacosx-version-min=10.5 -arch i386 -arch ppc -framework Cocoa -o $@ asprint.m ANSIEscapeHelper.m
|
|
+ $(COMPILER) -O2 -Wall -force_cpusubtype_ALL -framework Cocoa -o $@ asprint.m ANSIEscapeHelper.m
|
|
|
|
|
|
|