summaryrefslogtreecommitdiff
path: root/lang/smlnj/Makefile
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-07-03 19:35:13 +0000
committerdholland <dholland@pkgsrc.org>2016-07-03 19:35:13 +0000
commitd62e21214057ab132ffb2b7576292e4e0146c10f (patch)
tree7eabb0ed90a0658fbcaa0f3587fd189b180a7ef1 /lang/smlnj/Makefile
parent52445fa681c12ec6dafaad899f1aed40550b0d26 (diff)
downloadpkgsrc-d62e21214057ab132ffb2b7576292e4e0146c10f.tar.gz
Patch up some compiler warnings in the hope of fixing the crashy build.
No such luck though...
Diffstat (limited to 'lang/smlnj/Makefile')
-rw-r--r--lang/smlnj/Makefile5
1 files changed, 4 insertions, 1 deletions
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"