summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2017-07-10 07:28:26 +0000
committerajacoutot <ajacoutot@openbsd.org>2017-07-10 07:28:26 +0000
commit900125ccd61cd32eae4ff9769203039f109c2f06 (patch)
treefdcf9ff54a5eed2e5295a4bac23a796ef65df6c0
parentAlso check for NUL termination at the first character of tstr in (diff)
downloadwireguard-openbsd-900125ccd61cd32eae4ff9769203039f109c2f06.tar.xz
wireguard-openbsd-900125ccd61cd32eae4ff9769203039f109c2f06.zip
Set XSRCDIR to /usr/xenocara if it's not defined. Matches what
/usr/X11R6/share/mk/bsd.xorg.mk does. ok robert@
-rw-r--r--distrib/syspatch/bsd.syspatch.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/distrib/syspatch/bsd.syspatch.mk b/distrib/syspatch/bsd.syspatch.mk
index 2c6e178452d..b0a4bbea116 100644
--- a/distrib/syspatch/bsd.syspatch.mk
+++ b/distrib/syspatch/bsd.syspatch.mk
@@ -1,4 +1,4 @@
-# $OpenBSD: bsd.syspatch.mk,v 1.13 2017/06/20 18:32:26 ajacoutot Exp $
+# $OpenBSD: bsd.syspatch.mk,v 1.14 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