Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/acpica/bin/iasl Fix MKREPRO = yes



details:   https://anonhg.NetBSD.org/src/rev/113c4dc076f5
branches:  trunk
changeset: 777446:113c4dc076f5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 19 05:06:41 2012 +0000

description:
Fix MKREPRO = yes
XXX: pullup to 6

diffstat:

 external/bsd/acpica/bin/iasl/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 351f8363641a -r 113c4dc076f5 external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Sun Feb 19 02:47:53 2012 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Sun Feb 19 05:06:41 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/06/28 09:11:33 jruoho Exp $
+# $NetBSD: Makefile,v 1.5 2012/02/19 05:06:41 christos Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -13,6 +13,9 @@
 CPPFLAGS+=     -I${TOPDIR}/../include -I${TOPDIR} -I.
 CPPFLAGS+=     -D__NetBSD__ -DACPI_ASL_COMPILER -DACPI_USE_ALTERNATE_TIMEOUT
 CPPFLAGS+=     -D_USE_BERKELEY_YACC
+.if ${MKREPRO:Uno} == "yes"
+CPPFLAGS+=     -DACPI_REPRO
+.endif
 LDADD+=                -ll -ly -lrt -lpthread
 DPADD+=                ${LIBL} ${LIBY} ${LIBRT} ${LIBPTHREAD}
 



Home | Main Index | Thread Index | Old Index