tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: fixing x11-links



Following might be sufficient for you:

Index: buildlink3.mk
===================================================================
RCS file: /cvsroot/pkgsrc/graphics/MesaLib/buildlink3.mk,v
retrieving revision 1.51
diff -u -r1.51 buildlink3.mk
--- buildlink3.mk       16 May 2013 05:22:02 -0000      1.51
+++ buildlink3.mk       3 Jun 2013 05:58:11 -0000
@@ -19,7 +19,7 @@
 pkgbase:= MesaLib
 .include "../../mk/pkg-build-options.mk"

-.if ${X11_TYPE} == "native" && ${OPSYS} != "Cygwin" && 
exists(${X11BASE}/lib/pkgconfig/dri.pc)
+.if ${X11_TYPE} == "native" && ${OPSYS} != "Cygwin" && ${OPSYS} != "NetBSD" && 
exists(${X11BASE}/lib/pkgconfig/dri.pc)
 PKG_BUILD_OPTIONS.MesaLib+=    dri
 .endif

--
OBATA Akio / obache%NetBSD.org@localhost


Home | Main Index | Thread Index | Old Index