summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorkhorben <khorben>2017-02-26 22:26:44 +0000
committerkhorben <khorben>2017-02-26 22:26:44 +0000
commit8fec70294cd39237054d880c516c0096c9f2d9e6 (patch)
tree6e75e82df577d692224347ad06ff88c2b0e46a07 /x11
parent4a87526cf76cc438ca7f8ce5997e8faf6b65fa31 (diff)
downloadpkgsrc-8fec70294cd39237054d880c516c0096c9f2d9e6.tar.gz
Fix build with native X11 on NetBSD
Reported by cherry@, thanks!
Diffstat (limited to 'x11')
-rw-r--r--x11/modular-xorg-xephyr/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/modular-xorg-xephyr/Makefile b/x11/modular-xorg-xephyr/Makefile
index fba3b442b2e..dd7274ecf9f 100644
--- a/x11/modular-xorg-xephyr/Makefile
+++ b/x11/modular-xorg-xephyr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/11/01 22:58:52 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2017/02/26 22:26:44 khorben Exp $
DISTNAME= xorg-server-${XORG_VERSION}
PKGNAME= modular-xorg-xephyr-${XORG_VERSION}
@@ -33,4 +33,5 @@ post-install:
.include "../../x11/xcb-util-renderutil/buildlink3.mk"
.include "../../x11/xcb-util-wm/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"