diff options
author | tron <tron> | 2008-01-07 13:59:35 +0000 |
---|---|---|
committer | tron <tron> | 2008-01-07 13:59:35 +0000 |
commit | c0be124b17cf6e72132e386e8ff8c048c8230af2 (patch) | |
tree | 64e2d80624a5230463d9fd65f0b2ae2ee6794929 /x11/Xfixes | |
parent | b405214e1a5b7bd81935c552474aede681ab449b (diff) | |
download | pkgsrc-c0be124b17cf6e72132e386e8ff8c048c8230af2.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/Xfixes')
-rw-r--r-- | x11/Xfixes/buildlink3.mk | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/x11/Xfixes/buildlink3.mk b/x11/Xfixes/buildlink3.mk index 39ceb5022dd..986ac3d0f84 100644 --- a/x11/Xfixes/buildlink3.mk +++ b/x11/Xfixes/buildlink3.mk @@ -1,11 +1,7 @@ -# $NetBSD: buildlink3.mk,v 1.14 2008/01/06 16:57:42 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.15 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}+ XFIXES_BUILDLINK3_MK:= ${XFIXES_BUILDLINK3_MK}+ @@ -27,5 +23,3 @@ BUILDLINK_PKGSRCDIR.Xfixes?= ../../x11/Xfixes .include "../../x11/fixesproto/buildlink3.mk" BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} - -.endif |