pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/libXres Non-modular redirect.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c03a1ecf3f52
branches:  trunk
changeset: 523860:c03a1ecf3f52
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 14 11:04:27 2007 +0000

description:
Non-modular redirect.

diffstat:

 x11/libXres/buildlink3.mk |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r cae7f3a6d5df -r c03a1ecf3f52 x11/libXres/buildlink3.mk
--- a/x11/libXres/buildlink3.mk Sun Jan 14 10:59:17 2007 +0000
+++ b/x11/libXres/buildlink3.mk Sun Jan 14 11:04:27 2007 +0000
@@ -1,4 +1,10 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2006/11/03 22:05:26 joerg Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2007/01/14 11:04:27 joerg Exp $
+
+.include "../../mk/bsd.fast.prefs.mk"
+
+.if ${X11_TYPE} != "modular"
+.include "../../x11/Xrender/buildlink3.mk"
+.else
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 LIBXRES_BUILDLINK3_MK:=        ${LIBXRES_BUILDLINK3_MK}+
@@ -21,3 +27,5 @@
 .include "../../x11/xproto/buildlink3.mk"
 
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH:S/+$//}
+
+.endif



Home | Main Index | Thread Index | Old Index