pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/modular-xorg-xephyr
Module Name: pkgsrc
Committed By: khorben
Date: Sun Feb 26 22:26:44 UTC 2017
Modified Files:
pkgsrc/x11/modular-xorg-xephyr: Makefile
Log Message:
Fix build with native X11 on NetBSD
Reported by cherry@, thanks!
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/x11/modular-xorg-xephyr/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/modular-xorg-xephyr/Makefile
diff -u pkgsrc/x11/modular-xorg-xephyr/Makefile:1.8 pkgsrc/x11/modular-xorg-xephyr/Makefile:1.9
--- pkgsrc/x11/modular-xorg-xephyr/Makefile:1.8 Sun Nov 1 22:58:52 2015
+++ pkgsrc/x11/modular-xorg-xephyr/Makefile Sun Feb 26 22:26:44 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index