mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4e72a0d1bb
but I'm still working on it, and I think I'll get it to do shared libs soon.
12 lines
307 B
Plaintext
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
|