Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Jun 2018 00:43:56 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472507 - head/graphics/mesa-dri
Message-ID:  <201806160043.w5G0hu9J071791@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sat Jun 16 00:43:56 2018
New Revision: 472507
URL: https://svnweb.freebsd.org/changeset/ports/472507

Log:
  graphics/mesa-dri: drop llvm-config workaround after r458680

Modified:
  head/graphics/mesa-dri/Makefile.targets   (contents, props changed)

Modified: head/graphics/mesa-dri/Makefile.targets
==============================================================================
--- head/graphics/mesa-dri/Makefile.targets	Sat Jun 16 00:43:37 2018	(r472506)
+++ head/graphics/mesa-dri/Makefile.targets	Sat Jun 16 00:43:56 2018	(r472507)
@@ -3,14 +3,6 @@
 # this file holds common targets
 
 post-patch:
-# The LLVM docs say: "BUILD_SHARED_LIBS is only recommended for use by LLVM developers.
-# If you want to build LLVM as a shared library, you should use the LLVM_BUILD_LLVM_DYLIB option."
-# So, use the "old buggy" way, which is really the working way, whereas the SHARED_LIBS
-# approach is actually the old (before LLVM 3.9) and buggy (according to LLVM devs) way
-	@${REINPLACE_CMD} -e '/$$LLVM_VERSION_MAJOR -ge 4/s|test |false |' ${WRKSRC}/configure
-. if ${COMPONENT} == osmesa
-	@${REINPLACE_CMD} -e '/$$LLVM_VERSION_MAJOR -ge 4/s|test |false |' ${WRKSRC}/configure.ac
-. endif
 .if ${OPSYS} == FreeBSD
 	@${REINPLACE_CMD} -e 's|x86_64|amd64|' ${WRKSRC}/configure
 . if ${COMPONENT} == osmesa



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806160043.w5G0hu9J071791>