Module Name:    src
Committed By:   mrg
Date:           Thu Aug 18 18:11:04 UTC 2016

Modified Files:
        src/external/mit/xorg/lib/libxshmfence: Makefile

Log Message:
this depends upon librt


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libxshmfence/Makefile

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

Modified files:

Index: src/external/mit/xorg/lib/libxshmfence/Makefile
diff -u src/external/mit/xorg/lib/libxshmfence/Makefile:1.2 src/external/mit/xorg/lib/libxshmfence/Makefile:1.3
--- src/external/mit/xorg/lib/libxshmfence/Makefile:1.2	Sun Aug 14 03:43:03 2016
+++ src/external/mit/xorg/lib/libxshmfence/Makefile	Thu Aug 18 18:11:03 2016
@@ -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 @@ CPPFLAGS+=	-DHAVE_SEMAPHORE
 # XXX
 CPPFLAGS+=	-DLIBXSHM_PAGESIZE=4096
 
+LDADD+=	-lrt
+DPADD+=	${LIBRT}
+
 NOMAN=	# defined
 
 PKGDIST=	${LIB}

Reply via email to