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/186310217db7
branches:  trunk
changeset: 817368:186310217db7
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 1460a8ee4ad5 -r 186310217db7 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