svn commit: r472507 - head/graphics/mesa-dri

Jan Beich jbeich at FreeBSD.org
Sat Jun 16 00:43:57 UTC 2018


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


More information about the svn-ports-all mailing list