pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Apr 12 12:40:01 UTC 2021

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: unset USE_LIBTOOL, this uses meson


To generate a diff of this commit:
cvs rdiff -u -r1.195 -r1.196 pkgsrc/graphics/MesaLib/Makefile

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

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.195 pkgsrc/graphics/MesaLib/Makefile:1.196
--- pkgsrc/graphics/MesaLib/Makefile:1.195      Wed Jan  6 15:50:02 2021
+++ pkgsrc/graphics/MesaLib/Makefile    Mon Apr 12 12:40:01 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.195 2021/01/06 15:50:02 triaxx Exp $
+# $NetBSD: Makefile,v 1.196 2021/04/12 12:40:01 nia Exp $
 
 DISTNAME=      mesa-20.0.6
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -14,7 +14,6 @@ LICENSE=      mit
 
 USE_TOOLS+=    bison flex pkg-config xgettext
 USE_LANGUAGES= c99 c++14
-USE_LIBTOOL=   yes
 
 # ERROR: C++ Compiler does not support -std=c++14
 GCC_REQD+=     5



Home | Main Index | Thread Index | Old Index