Files
macports-ports/sysutils/asprint/files/patch-Makefile.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