diff -ur MacPorts-1.6.0.orig/configure MacPorts-1.6.0/configure
old
|
new
|
|
6213 | 6213 | else |
6214 | 6214 | { { echo "$as_me:$LINENO: error: Could not find a working Foundation implementation" >&5 |
6215 | 6215 | echo "$as_me: error: Could not find a working Foundation implementation" >&2;} |
6216 | | { (exit 1); exit 1; }; } |
| 6216 | # { (exit 1); exit 1; }; } |
6217 | 6217 | fi |
6218 | 6218 | |
6219 | 6219 | |
diff -ur MacPorts-1.6.0.orig/configure.ac MacPorts-1.6.0/configure.ac
old
|
new
|
|
113 | 113 | |
114 | 114 | # Foundation checks |
115 | 115 | ACX_PTHREAD |
116 | | MP_OBJC_RUNTIME |
117 | | MP_OBJC_FOUNDATION |
| 116 | #MP_OBJC_RUNTIME |
| 117 | #MP_OBJC_FOUNDATION |
118 | 118 | |
119 | 119 | MP_PROG_DAEMONDO |
120 | 120 | #MP_PROG_XAR |
diff -ur MacPorts-1.6.0.orig/src/Makefile.in MacPorts-1.6.0/src/Makefile.in
old
|
new
|
|
7 | 7 | registry1.0 \ |
8 | 8 | registry2.0 \ |
9 | 9 | darwintracelib1.0 \ |
10 | | tclobjc1.0 |
| 10 | #tclobjc1.0 |
11 | 11 | SUBDIR= ${TCLPKG} port programs |
12 | 12 | |
13 | 13 | all:: |