diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1999-03-21 13:25:28 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1999-03-21 13:25:28 +0000 |
commit | 4e72a0d1bb0d438fa0f26a8c445f1bc56a7a3076 (patch) | |
tree | 134977153d201c87eb94cbe8e1cd3c2386347e0b /lang/objc/files/patch-aa | |
parent | Update to 0.9.3 (diff) |
Update objc to version 2.2.15. Right now is does static libs only,
but I'm still working on it, and I think I'll get it to do shared
libs soon.
Notes
Notes:
svn path=/head/; revision=17331
Diffstat (limited to 'lang/objc/files/patch-aa')
-rw-r--r-- | lang/objc/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/objc/files/patch-aa b/lang/objc/files/patch-aa new file mode 100644 index 000000000000..be85cfb56455 --- /dev/null +++ b/lang/objc/files/patch-aa @@ -0,0 +1,11 @@ +--- makeLibs.in.orig Sat Mar 20 22:24:17 1999 ++++ makeLibs.in Sat Mar 20 22:26:18 1999 +@@ -23,7 +23,7 @@ + # runtime library for -gc option + if [ -f $GCPREF/include/gc.h ]; then + cat >$T <<EOF +-OTHER_MFLAGS="-q -gc -DOBJCRT_BOEHM" ++OTHER_MFLAGS="-q -gc -DOBJCRT_BOEHM -I/usr/local/include" + EOF + + $CF -f $T |