diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-22 10:42:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-22 10:42:41 +0000 |
commit | b0a467867b486b8ef46be18cd0e20212e39dfe55 (patch) | |
tree | 56069897866846ef73ea8858e1a15aaf1a9bb030 /x11 | |
parent | 6b27b3ae9bb94248432d16b369f82ca1f6d10b27 (diff) | |
download | pkgsrc-b0a467867b486b8ef46be18cd0e20212e39dfe55.tar.gz |
Include pthread.buildlink3.mk.
The included os library uses libpthread.
It is pulled in via one of the bl3.mk files for modular builds,
but there seems to be an issue with xephyr & native builds where
it isn't, so just include it directly.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/modular-xorg-server/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/modular-xorg-server/Makefile.common b/x11/modular-xorg-server/Makefile.common index 8315a7065d8..bd9f0d81a98 100644 --- a/x11/modular-xorg-server/Makefile.common +++ b/x11/modular-xorg-server/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.14 2017/01/12 00:26:35 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2017/02/22 10:42:41 wiz Exp $ # used by x11/modular-xorg-server/Makefile # used by x11/modular-xorg-xephyr/Makefile @@ -179,3 +179,4 @@ BUILDLINK_API_DEPENDS.libXext+= libXext>=1.1.1 .include "../../x11/xineramaproto/buildlink3.mk" .include "../../x11/xproto/buildlink3.mk" .include "../../x11/xtrans/buildlink3.mk" +.include "../../mk/pthread.buildlink3.mk" |