pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xproto Unbreak build of a lot of the "pange" packa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/94d846bf581d
branches:  trunk
changeset: 538638:94d846bf581d
user:      tron <tron%pkgsrc.org@localhost>
date:      Thu Feb 14 20:01:44 2008 +0000

description:
Unbreak build of a lot of the "pange" package under Mac OS X Leopard.
Checking whether "X11_TYPE" is "xorg" is obsolete and *not* equivalent
to checking whether we are not using modular X.org.

diffstat:

 x11/xproto/buildlink3.mk |  8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diffs (25 lines):

diff -r 40e75e520931 -r 94d846bf581d x11/xproto/buildlink3.mk
--- a/x11/xproto/buildlink3.mk  Thu Feb 14 19:14:54 2008 +0000
+++ b/x11/xproto/buildlink3.mk  Thu Feb 14 20:01:44 2008 +0000
@@ -1,14 +1,10 @@
-# $NetBSD: buildlink3.mk,v 1.8 2008/01/06 00:08:30 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.9 2008/02/14 20:01:44 tron Exp $
 #
 # This Makefile fragment is included by packages that use xproto.
 #
 
 .include "../../mk/bsd.fast.prefs.mk"
 
-.if ${X11_TYPE} != "modular"
-.include "../../mk/x11.buildlink3.mk"
-.else
-
 BUILDLINK_DEPTH:=      ${BUILDLINK_DEPTH}+
 XPROTO_BUILDLINK3_MK:= ${XPROTO_BUILDLINK3_MK}+
 
@@ -27,5 +23,3 @@
 .endif # XPROTO_BUILDLINK3_MK
 
 BUILDLINK_DEPTH:=     ${BUILDLINK_DEPTH:S/+$//}
-
-.endif



Home | Main Index | Thread Index | Old Index