pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/x11-links Force all of the headers and librar...
details: https://anonhg.NetBSD.org/pkgsrc/rev/507fb8e45a09
branches: trunk
changeset: 471076:507fb8e45a09
user: jlam <jlam%pkgsrc.org@localhost>
date: Wed Mar 17 06:01:17 2004 +0000
description:
Force all of the headers and libraries to be symlinked into
${BUILDLINK_X11_DIR}, even in the "pkgviews" case. This makes building
X11 packages work with pkgviews again after the X11_TYPE-related changes.
diffstat:
pkgtools/x11-links/buildlink3.mk | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r 4e6ee016733b -r 507fb8e45a09 pkgtools/x11-links/buildlink3.mk
--- a/pkgtools/x11-links/buildlink3.mk Wed Mar 17 05:23:05 2004 +0000
+++ b/pkgtools/x11-links/buildlink3.mk Wed Mar 17 06:01:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1 2004/03/11 00:50:14 jlam Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2004/03/17 06:01:17 jlam Exp $
#
# Don't include this file manually! It will be included as necessary
# by bsd.buildlink3.mk.
@@ -21,6 +21,12 @@
BUILDLINK_PKGSRCDIR.x11-links?= ../../pkgtools/x11-links
BUILDLINK_DEPMETHOD.x11-links?= build
+# Force all of the headers and libraries to be symlinked into
+# ${BUILDLINK_X11_DIR}, even in the "pkgviews" case.
+#
+BUILDLINK_CONTENTS_FILTER.x11-links= \
+ ${EGREP} '(include.*/|\.h$$|\.pc$$|/lib[^/]*$$)'
+
# Rename the symlinks so that they appear in ${BUILDLINK_X11_DIR}/include
# and ${BUILDLINK_X11_DIR}/lib.
#
Home |
Main Index |
Thread Index |
Old Index