diff options
author | sevan <sevan@pkgsrc.org> | 2018-11-28 14:08:47 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2018-11-28 14:08:47 +0000 |
commit | 51e3fa64bbfd32b9ef76e739b5cc624476881278 (patch) | |
tree | 79239d0c9e6eca63b1678af37da189ffcf3950e8 /x11/libXau | |
parent | 39b9fa0fb60286d0be04c681ba47fdb1a4b3d02a (diff) | |
download | pkgsrc-51e3fa64bbfd32b9ef76e739b5cc624476881278.tar.gz |
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
Diffstat (limited to 'x11/libXau')
-rw-r--r-- | x11/libXau/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libXau/Makefile b/x11/libXau/Makefile index 55773580c80..ee931464348 100644 --- a/x11/libXau/Makefile +++ b/x11/libXau/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2018/03/07 11:57:35 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2018/11/28 14:08:47 sevan Exp $ DISTNAME= libXau-1.0.8 PKGREVISION= 1 @@ -23,5 +23,6 @@ CPPFLAGS.OSF1+= -pthread # Required by compiler if including pthread.h .include "../../meta-pkgs/modular-xorg/hacks.mk" +.include "../../mk/pthread.buildlink3.mk" .include "../../x11/xorgproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |