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/libdrm We need to link against libm fo...



details:   https://anonhg.NetBSD.org/src/rev/23eb2ab95ef7
branches:  trunk
changeset: 458838:23eb2ab95ef7
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Aug 12 14:21:54 2019 +0000

description:
We need to link against libm for real, not just in spirit.

XXX pullup-9

diffstat:

 external/mit/xorg/lib/libdrm/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2264d9fcbbf1 -r 23eb2ab95ef7 external/mit/xorg/lib/libdrm/Makefile
--- a/external/mit/xorg/lib/libdrm/Makefile     Mon Aug 12 11:46:39 2019 +0000
+++ b/external/mit/xorg/lib/libdrm/Makefile     Mon Aug 12 14:21:54 2019 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.16 2018/09/09 01:53:23 riastradh Exp $
+#      $NetBSD: Makefile,v 1.17 2019/08/12 14:21:54 maya Exp $
 
 .include <bsd.own.mk>
 
@@ -23,7 +23,7 @@
 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 \



Home | Main Index | Thread Index | Old Index