mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
$NetBSD: patch-X11.rules,v 1.2 2013/07/23 06:50:39 wiz Exp $
|
|
|
|
--- X11.rules.orig 2013-07-23 05:23:14.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
|