pkgsrc/x11/xorg-cf-files/patches/patch-X11.rules
joerg 9765e41589 Drop imake-check logic from X11 components' builtin.mk.
Always use xorg-cf-files and imake from pkgsrc, replacing xpkgwedge.
Always install man pages, not cat pages when using imake.
Unify the various imake PLIST variables in preparation for dropping.
Adjust xbattbar for the new expectations.
2012-03-19 12:34:12 +00:00

13 lines
407 B
Text

$NetBSD: patch-X11.rules,v 1.1 2012/03/19 12:34:23 joerg Exp $
--- X11.rules.orig 2012-03-06 17:09:41.000000000 +0000
+++ X11.rules
@@ -37,6 +37,8 @@ XCOMM $XFree86: xc/config/cf/X11.rules,v
#if defined(X11ProjectRoot)
# define XBinDir $(XPROJECTROOT)/bin
+#elif defined(RealProjectRoot)
+# define XBinDir $(REALPROJECTROOT)/bin
#elif defined(ProjectRoot)
# define XBinDir $(PROJECTROOT)/bin
#else