Module Name: src
Committed By: martin
Date: Mon Aug 12 17:23:20 UTC 2019
Modified Files:
src/external/mit/xorg/lib/libdrm [netbsd-9]: Makefile
Log Message:
Pull up following revision(s) (requested by maya in ticket #46):
external/mit/xorg/lib/libdrm/Makefile: revision 1.17
We need to link against libm for real, not just in spirit.
XXX pullup-9
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.16.2.1 src/external/mit/xorg/lib/libdrm/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/libdrm/Makefile
diff -u src/external/mit/xorg/lib/libdrm/Makefile:1.16 src/external/mit/xorg/lib/libdrm/Makefile:1.16.2.1
--- src/external/mit/xorg/lib/libdrm/Makefile:1.16 Sun Sep 9 01:53:23 2018
+++ src/external/mit/xorg/lib/libdrm/Makefile Mon Aug 12 17:23:20 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/09/09 01:53:23 riastradh Exp $
+# $NetBSD: Makefile,v 1.16.2.1 2019/08/12 17:23:20 martin Exp $
.include <bsd.own.mk>
@@ -23,7 +23,7 @@ COPTS.xf86drm.c+= ${${ACTIVE_CC} == "cla
CWARNFLAGS.clang+= -Wno-conversion -Wno-tautological-compare
LIBDPLIBS= m ${.CURDIR}/../../../../../lib/libm
-LIBDPLIBS= pci ${.CURDIR}/../../../../../lib/libpci
+LIBDPLIBS+= pci ${.CURDIR}/../../../../../lib/libpci
.if 0
MAN= drm.7 \