pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint/files Changed the type of COMPILER_RP...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2ea4e5825fa5
branches:  trunk
changeset: 515861:2ea4e5825fa5
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon Jul 10 04:16:02 2006 +0000

description:
Changed the type of COMPILER_RPATH_FLAG to an enumeration to get rid of
the :Q warnings.

diffstat:

 pkgtools/pkglint/files/makevars.map |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 348aca9da318 -r 2ea4e5825fa5 pkgtools/pkglint/files/makevars.map
--- a/pkgtools/pkglint/files/makevars.map       Mon Jul 10 04:04:22 2006 +0000
+++ b/pkgtools/pkglint/files/makevars.map       Mon Jul 10 04:16:02 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.126 2006/07/06 22:03:39 rillig Exp $
+# $NetBSD: makevars.map,v 1.127 2006/07/10 04:16:02 rillig Exp $
 #
 
 # This file contains the guessed type of some variables, according to
@@ -206,7 +206,7 @@
 CHECK_SHLIBS_SUPPORTED YesNo [m:s]
 CHECK_WRKREF_SKIP      List of Pathmask [m:a,c:a]
 COMMENT                        Comment [m:as,c:as]
-COMPILER_RPATH_FLAG    ShellWord [$system]
+COMPILER_RPATH_FLAG    { -Wl,-rpath } [$system]
 CONFIGURE_ARGS         List of ShellWord [$package_list]
 CONFIGURE_DIRS         List of WrksrcSubdirectory [$package_list]
 CONFIGURE_ENV          List of ShellWord [$package_list]



Home | Main Index | Thread Index | Old Index