da746ae526
compiler included. Uses the boehm garbage collector. A big thanks goes to all who made devel/boehm-gc available. Modifying patches for a specific use is much easier than reinventing them! Note: I've marked this as i386-only, since it acted a little flacky on alpha and sparc. In theory support for at least those platforms supported by the garbage collector is possible. You are welcome to try.
14 lines
378 B
Text
14 lines
378 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2000/01/10 22:09:15 pooka Exp $
|
|
|
|
--- mzmake.orig Thu Oct 21 22:06:11 1999
|
|
+++ mzmake Thu Dec 30 17:23:33 1999
|
|
@@ -37,6 +37,9 @@
|
|
make "$@" $GCOPTS RANLIB=':' CC='cc' WARN=''
|
|
fi
|
|
;;
|
|
+ NetBSD)
|
|
+ gmake 'CC=gcc' 'PERL=' 'OPTIONS=-DSILENT' $GCOPTS "$@"
|
|
+ ;;
|
|
FreeBSD)
|
|
gmake 'CC=gcc' $GCOPTS LIBS="-lm -rdynamic" "$@"
|
|
;;
|