You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
8db028efab
* add universal variant that works; * tweaks to reduce Portfile complexity. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@73460 d073be05-634f-4543-b044-5fe20cf6d1d6
21 lines
432 B
Diff
21 lines
432 B
Diff
--- Makefile.orig 2010-11-13 20:47:18.000000000 -0500
|
|
+++ Makefile 2010-11-13 20:47:45.000000000 -0500
|
|
@@ -1,7 +1,7 @@
|
|
# Makefile for jam
|
|
|
|
CC = cc
|
|
-CFLAGS =
|
|
+#CFLAGS =
|
|
EXENAME = ./jam0
|
|
TARGET = -o $(EXENAME)
|
|
|
|
@@ -59,7 +59,7 @@
|
|
rules.c scan.c search.c timestamp.c variable.c
|
|
|
|
all: $(EXENAME)
|
|
- $(EXENAME)
|
|
+ $(EXENAME) -sCCFLAGS="@CFLAGS@ $(CFLAGS)" @EXTRA@
|
|
|
|
$(EXENAME):
|
|
$(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)
|