From d62e21214057ab132ffb2b7576292e4e0146c10f Mon Sep 17 00:00:00 2001 From: dholland Date: Sun, 3 Jul 2016 19:35:13 +0000 Subject: Patch up some compiler warnings in the hope of fixing the crashy build. No such luck though... --- lang/smlnj/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lang/smlnj/Makefile') diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 9397f6d1d97..0f621ed0ae8 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2016/07/03 19:26:35 dholland Exp $ +# $NetBSD: Makefile,v 1.33 2016/07/03 19:35:13 dholland Exp $ # DISTNAME= boot.${BOX}-unix @@ -51,6 +51,9 @@ BUILD_ENV+= SMLNJ_HOME="${WRKDIR}" # the build uses patch directly (yuk) BUILD_ENV+= PATCH=${PATCH:Q} PATCH_ARGS=${PATCH_ARGS:Q} +# useful for debugging +#CFLAGS+= -Wall + # note that this includes bsd.prefs.mk .include "../../lang/smlnj/Makefile.common" -- cgit v1.2.3