summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2016-06-11 23:39:28 +0000
committerdholland <dholland@pkgsrc.org>2016-06-11 23:39:28 +0000
commitcf096d6e68022d349bcf74743cae80c065de732c (patch)
treed22a4161f4ecb424f47f9931ed00ddc88531211f /lang
parentedea9c51309c6e01ffaeee8103767b95750f961c (diff)
downloadpkgsrc-cf096d6e68022d349bcf74743cae80c065de732c.tar.gz
"-std=c99" not "--std=c99"
Diffstat (limited to 'lang')
-rw-r--r--lang/sigscheme/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sigscheme/Makefile b/lang/sigscheme/Makefile
index 2a81df1b9b7..a053545f3d8 100644
--- a/lang/sigscheme/Makefile
+++ b/lang/sigscheme/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/09/28 03:18:07 obache Exp $
+# $NetBSD: Makefile,v 1.9 2016/06/11 23:39:28 dholland Exp $
#
DISTNAME= sigscheme-0.8.5
@@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --with-libgcroots=installed
TEST_TARGET= check
-CFLAGS+= --std=c99
+CFLAGS+= -std=c99
.include "../../devel/libgcroots/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"