1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/lang/objc/files/patch-aa
Chuck Robey 4e72a0d1bb 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.
1999-03-21 13:25:28 +00:00

12 lines
307 B
Plaintext

--- 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