pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
MesaLib: remove obsolete SUBST fragment
Module Name: pkgsrc-wip
Committed By: Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By: tnn
Date: Tue Sep 18 14:27:35 2018 +0200
Changeset: 01c60a55c2d2625eae9332bb845036a9bcce64b8
Modified Files:
MesaLib/Makefile
Log Message:
MesaLib: remove obsolete SUBST fragment
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=01c60a55c2d2625eae9332bb845036a9bcce64b8
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
MesaLib/Makefile | 10 ----------
1 file changed, 10 deletions(-)
diffs:
diff --git a/MesaLib/Makefile b/MesaLib/Makefile
index feef0a0f33..161ef8ac05 100644
--- a/MesaLib/Makefile
+++ b/MesaLib/Makefile
@@ -63,16 +63,6 @@ CFLAGS.SunOS+= -D__EXTENSIONS__
CONFIGURE_ARGS+= --enable-glx-read-only-text
.endif
-.if !empty(PKGSRC_COMPILER:Mclang)
-SUBST_CLASSES+= tr1
-SUBST_STAGE.tr1= pre-configure
-SUBST_MESSAGE.tr1= Fixing TR1 C++ namespace
-SUBST_FILES.tr1= src/gallium/drivers/nouveau/codegen/*.h
-SUBST_FILES.tr1+= src/gallium/drivers/nouveau/codegen/*.cpp
-SUBST_SED.tr1= -e 's,std::tr1::,std::,g'
-SUBST_SED.tr1+= -e 's,include <tr1/,include <,g'
-.endif
-
PYTHON_FOR_BUILD_ONLY= yes
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # as of 11.2.2
BUILD_DEPENDS+= ${PYPKGPREFIX}-mako-[0-9]*:../../devel/py-mako
Home |
Main Index |
Thread Index |
Old Index