pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/libXau
Module Name: pkgsrc
Committed By: sevan
Date: Wed Nov 28 14:08:47 UTC 2018
Modified Files:
pkgsrc/x11/libXau: Makefile
Log Message:
Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/libXau/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/libXau/Makefile
diff -u pkgsrc/x11/libXau/Makefile:1.14 pkgsrc/x11/libXau/Makefile:1.15
--- pkgsrc/x11/libXau/Makefile:1.14 Wed Mar 7 11:57:35 2018
+++ pkgsrc/x11/libXau/Makefile Wed Nov 28 14:08:47 2018
@@ -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
.include "../../meta-pkgs/modular-xorg/hacks.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../x11/xorgproto/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index