artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cde1cf7
)
Set XSRCDIR to /usr/xenocara if it's not defined. Matches what
author
ajacoutot
<ajacoutot@openbsd.org>
Mon, 10 Jul 2017 07:28:26 +0000
(07:28 +0000)
committer
ajacoutot
<ajacoutot@openbsd.org>
Mon, 10 Jul 2017 07:28:26 +0000
(07:28 +0000)
/usr/X11R6/share/mk/bsd.xorg.mk does.
ok robert@
distrib/syspatch/bsd.syspatch.mk
patch
|
blob
|
history
diff --git
a/distrib/syspatch/bsd.syspatch.mk
b/distrib/syspatch/bsd.syspatch.mk
index
2c6e178
..
b0a4bbe
100644
(file)
--- a/
distrib/syspatch/bsd.syspatch.mk
+++ b/
distrib/syspatch/bsd.syspatch.mk
@@
-1,4
+1,4
@@
-# $OpenBSD: bsd.syspatch.mk,v 1.1
3 2017/06/20 18:32
:26 ajacoutot Exp $
+# $OpenBSD: bsd.syspatch.mk,v 1.1
4 2017/07/10 07:28
:26 ajacoutot Exp $
#
# Copyright (c) 2016-2017 Robert Nagy <robert@openbsd.org>
#
@@
-57,6
+57,7
@@
_FAKE_COOKIE= ${ERRATA}/.fake_done
.if ${BUILD:L:Msrc} || ${BUILD:L:Mkernel}
SRCDIR= ${BSDSRCDIR}
.elif ${BUILD:L:Mxenocara}
+XSRCDIR?= /usr/xenocara
SRCDIR= ${XSRCDIR}
MTREE_FILES+= /etc/mtree/BSD.x11.dist
.endif