1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/lang/schemetoc/files/patch-ai

12 lines
415 B
Plaintext
Raw Normal View History

--- scsc/makefile.orig Sat Jan 30 08:17:02 1993
+++ scsc/makefile Wed Feb 2 22:22:22 2000
@@ -82,7 +82,7 @@
done
echo '#! /bin/csh -f' > scc
echo `pwd`'/sccomp -scl ${SCL} -scmh ${SCMH} \
- -cc ${CC} -LIBDIR ' `pwd`'/${RTDIR} $$argv' >> scc
+ -cc ${CC} -static -LIBDIR ' `pwd`'/${RTDIR} $$argv' >> scc
chmod +x scc
echo '#! /bin/csh -f' > Xscc
echo `pwd`'/Xsccomp -scl ${SCL} -scmh ${SCMH} \