pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/perl5 It's actually PASTHRU_INC, not INC.
details: https://anonhg.NetBSD.org/pkgsrc/rev/55010ad108cf
branches: trunk
changeset: 463791:55010ad108cf
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Nov 27 04:11:40 2003 +0000
description:
It's actually PASTHRU_INC, not INC.
diffstat:
lang/perl5/module.mk | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (24 lines):
diff -r b5e033ecc999 -r 55010ad108cf lang/perl5/module.mk
--- a/lang/perl5/module.mk Thu Nov 27 00:12:17 2003 +0000
+++ b/lang/perl5/module.mk Thu Nov 27 04:11:40 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: module.mk,v 1.25 2003/11/25 19:30:21 jlam Exp $
+# $NetBSD: module.mk,v 1.26 2003/11/27 04:11:40 jlam Exp $
#
# This Makefile fragment is intended to be included by packages that build
# and install perl5 modules.
@@ -92,10 +92,11 @@
.include "../../mk/bsd.prefs.mk"
-# MakeMaker provides two hooks, INC and OTHERLDFLAGS, to customize the
-# arguments passed to the preprocessor and linker, respectively.
+# MakeMaker provides two hooks, PASTHRU_INC and OTHERLDFLAGS, to
+# customize the arguments passed to the preprocessor and linker,
+# respectively.
#
-MAKE_FLAGS+= INC="${CPPFLAGS}"
+MAKE_FLAGS+= PASTHRU_INC="${CPPFLAGS}"
.if ${OBJECT_FMT} == "a.out"
MAKE_FLAGS+= OTHERLDFLAGS="${LDFLAGS:S/-Wl,//g}"
.else
Home |
Main Index |
Thread Index |
Old Index