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/dri replace LIBS with LIBDPLIBS. make...



details:   https://anonhg.NetBSD.org/src/rev/accdfce47c0d
branches:  trunk
changeset: 750716:accdfce47c0d
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Jan 12 00:57:45 2010 +0000

description:
replace LIBS with LIBDPLIBS.  makes these actually link against drm_intel.
should fix a problem reported by snj@.

diffstat:

 external/mit/xorg/lib/dri/i915/Makefile |  4 ++--
 external/mit/xorg/lib/dri/i965/Makefile |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r e364fe5c3832 -r accdfce47c0d external/mit/xorg/lib/dri/i915/Makefile
--- a/external/mit/xorg/lib/dri/i915/Makefile   Tue Jan 12 00:04:30 2010 +0000
+++ b/external/mit/xorg/lib/dri/i915/Makefile   Tue Jan 12 00:57:45 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/11/09 02:38:24 mrg Exp $
+# $NetBSD: Makefile,v 1.5 2010/01/12 00:57:45 mrg Exp $
 
 MODULE=        i915
 
@@ -58,6 +58,6 @@
 
 CPPFLAGS+=      -DI915 -DDRM_VBLANK_FLIP=DRM_VBLANK_FLIP
 
-LIBS+= -ldrm_intel
+LIBDPLIBS+=    drm_intel       ${.CURDIR}/../../libdrm_intel
 
 .include "${.CURDIR}/../dri.mk"
diff -r e364fe5c3832 -r accdfce47c0d external/mit/xorg/lib/dri/i965/Makefile
--- a/external/mit/xorg/lib/dri/i965/Makefile   Tue Jan 12 00:04:30 2010 +0000
+++ b/external/mit/xorg/lib/dri/i965/Makefile   Tue Jan 12 00:57:45 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2010/01/10 17:35:33 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2010/01/12 00:57:45 mrg Exp $
 
 MODULE=        i965
 
@@ -89,6 +89,6 @@
 
 COPTS.brw_draw_upload.c=       -Wno-error
 
-LIBS+= -ldrm_intel
+LIBDPLIBS+=    drm_intel       ${.CURDIR}/../../libdrm_intel
 
 .include "${.CURDIR}/../dri.mk"



Home | Main Index | Thread Index | Old Index