Module Name:    src
Committed By:   maya
Date:           Thu Jun 28 07:56:22 UTC 2018

Modified Files:
        src/external/bsd/acpica/bin/iasl: Makefile

Log Message:
Correctly specify that iasl needs to be case insensitive.

Fixes PR bin/53405. thanks to martin.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/bsd/acpica/bin/iasl/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/acpica/bin/iasl/Makefile
diff -u src/external/bsd/acpica/bin/iasl/Makefile:1.20 src/external/bsd/acpica/bin/iasl/Makefile:1.21
--- src/external/bsd/acpica/bin/iasl/Makefile:1.20	Wed Jun 27 16:13:43 2018
+++ src/external/bsd/acpica/bin/iasl/Makefile	Thu Jun 28 07:56:22 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/06/27 16:13:43 maya Exp $
+# $NetBSD: Makefile,v 1.21 2018/06/28 07:56:22 maya Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=	iasl
@@ -264,7 +264,7 @@ SRCS+=	osunixxf.c
 
 YHEADER=	# Generate headers
 YFLAGS+=-v	# Require debugging
-FLAGS+=-i	# Case insensitivive parser
+LFLAGS+=-i	# Case insensitivive parser
 
 
 # Prevent rules from firing.

Reply via email to