summaryrefslogtreecommitdiff
path: root/lang/objc/files/patch-aa
blob: be85cfb56455c48e1e2c6758d803d8e6955f9100 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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