svn commit: r421139 - head/devel/llvm37

Baptiste Daroussin bapt at FreeBSD.org
Wed Aug 31 06:24:16 UTC 2016


Author: bapt
Date: Wed Aug 31 06:24:14 2016
New Revision: 421139
URL: https://svnweb.freebsd.org/changeset/ports/421139

Log:
  Fix plist on non amd64 after removal of the GOLD option
  
  Pointyhat to:	bapt

Modified:
  head/devel/llvm37/Makefile

Modified: head/devel/llvm37/Makefile
==============================================================================
--- head/devel/llvm37/Makefile	Wed Aug 31 03:07:45 2016	(r421138)
+++ head/devel/llvm37/Makefile	Wed Aug 31 06:24:14 2016	(r421139)
@@ -222,6 +222,11 @@ COMMANDS+=	argdumper \
 _USES_PYTHON=	python
 .endif
 
+.if ! ${OPTIONS_DEFINE:MGOLD}
+# Hack to disable GOLD in plist of unsupported architectures
+PLIST_SUB+=	GOLD="@comment "
+.endif
+
 .if ! ${OPTIONS_DEFINE:MOPENMP}
 # Hack to disable OPENMP in plist of unsupported architectures
 PLIST_SUB+=    OPENMP="@comment "


More information about the svn-ports-all mailing list