diff options
author | tron <tron@pkgsrc.org> | 2008-01-07 13:59:35 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2008-01-07 13:59:35 +0000 |
commit | 5ab01fe2a15516039c24b6a3d96efd1aa19a751e (patch) | |
tree | 64e2d80624a5230463d9fd65f0b2ae2ee6794929 /x11/Xcomposite | |
parent | f363319856268656d7eb2ec49bc6c2b0c9befbfc (diff) | |
download | pkgsrc-5ab01fe2a15516039c24b6a3d96efd1aa19a751e.tar.gz |
Unbreak build of a lot of X11 packages on systems which use native X11
(e.g. NetBSD with bundled XFree86). Checking whether "X11_TYPE" is "xorg"
is obsolete and *not* equivalent to checking whether we are not using
modular X.org.
Diffstat (limited to 'x11/Xcomposite')
-rw-r--r-- | x11/Xcomposite/buildlink3.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/Xcomposite/buildlink3.mk b/x11/Xcomposite/buildlink3.mk index 2504971e621..5cc83b00570 100644 --- a/x11/Xcomposite/buildlink3.mk +++ b/x11/Xcomposite/buildlink3.mk @@ -1,11 +1,7 @@ -# $NetBSD: buildlink3.mk,v 1.11 2008/01/06 16:57:41 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.12 2008/01/07 13:59:35 tron Exp $ .include "../../mk/bsd.fast.prefs.mk" -.if ${X11_TYPE} != "modular" -.include "../../mk/x11.buildlink3.mk" -.else - BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ XCOMPOSITE_BUILDLINK3_MK:= ${XCOMPOSITE_BUILDLINK3_MK}+ @@ -28,5 +24,3 @@ BUILDLINK_PKGSRCDIR.Xcomposite?= ../../x11/Xcomposite .include "../../x11/fixesproto/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} - -.endif |