Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/lib/libxshmfence this depends upon librt
details: https://anonhg.NetBSD.org/src/rev/d6f342f57c20
branches: trunk
changeset: 347226:d6f342f57c20
user: mrg <mrg%NetBSD.org@localhost>
date: Thu Aug 18 18:11:03 2016 +0000
description:
this depends upon librt
diffstat:
external/mit/xorg/lib/libxshmfence/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r 166f5c2253d4 -r d6f342f57c20 external/mit/xorg/lib/libxshmfence/Makefile
--- a/external/mit/xorg/lib/libxshmfence/Makefile Thu Aug 18 14:47:02 2016 +0000
+++ b/external/mit/xorg/lib/libxshmfence/Makefile Thu Aug 18 18:11:03 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2016/08/14 03:43:03 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/18 18:11:03 mrg Exp $
.include <bsd.own.mk>
@@ -16,6 +16,9 @@
# XXX
CPPFLAGS+= -DLIBXSHM_PAGESIZE=4096
+LDADD+= -lrt
+DPADD+= ${LIBRT}
+
NOMAN= # defined
PKGDIST= ${LIB}
Home |
Main Index |
Thread Index |
Old Index