pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/x11/modular-xorg-server



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Feb 22 10:42:41 UTC 2017

Modified Files:
        pkgsrc/x11/modular-xorg-server: Makefile.common

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/x11/modular-xorg-server/Makefile.common

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/modular-xorg-server/Makefile.common
diff -u pkgsrc/x11/modular-xorg-server/Makefile.common:1.14 pkgsrc/x11/modular-xorg-server/Makefile.common:1.15
--- pkgsrc/x11/modular-xorg-server/Makefile.common:1.14 Thu Jan 12 00:26:35 2017
+++ pkgsrc/x11/modular-xorg-server/Makefile.common      Wed Feb 22 10:42:41 2017
@@ -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>
 .include "../../x11/xineramaproto/buildlink3.mk"
 .include "../../x11/xproto/buildlink3.mk"
 .include "../../x11/xtrans/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index