pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/buildlink3 Call imake(1) with `WRAPPER_SKIP_TRANSFO...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d0bfc4779009
branches:  trunk
changeset: 518232:d0bfc4779009
user:      hira <hira%pkgsrc.org@localhost>
date:      Sun Sep 03 13:07:59 2006 +0000

description:
Call imake(1) with `WRAPPER_SKIP_TRANSFORM=yes'.  The arguments
should not be transformed by wrapper.  This fixes PR pkg/34139.
Reviewed by tron@.

diffstat:

 mk/buildlink3/imake-check |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r ae760860998e -r d0bfc4779009 mk/buildlink3/imake-check
--- a/mk/buildlink3/imake-check Sun Sep 03 13:02:48 2006 +0000
+++ b/mk/buildlink3/imake-check Sun Sep 03 13:07:59 2006 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# $NetBSD: imake-check,v 1.3 2006/08/28 13:27:41 dmcmahill Exp $
+# $NetBSD: imake-check,v 1.4 2006/09/03 13:07:59 hira Exp $
 #
 # Copyright (c) 2005 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -80,7 +80,8 @@
 EOF
 
 # Run imake to process the Imakefile.
-${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config -s - |
+WRAPPER_SKIP_TRANSFORM=yes \
+       ${IMAKE} -DUseInstalled -I${X11BASE}/lib/X11/config -s - |
        ${IMAKE_MAKE} -f - builtin-test |
        ${GREP} -q yes
 exitcode="$?"



Home | Main Index | Thread Index | Old Index