svn commit: r497743 - head/devel/llvm-devel

Brooks Davis brooks at FreeBSD.org
Wed Apr 3 18:36:13 UTC 2019


Author: brooks
Date: Wed Apr  3 18:36:12 2019
New Revision: 497743
URL: https://svnweb.freebsd.org/changeset/ports/497743

Log:
  Fix broken plist.
  
  PR:		236987
  Reported by:	Trond.Endrestol at ximalas.info

Modified:
  head/devel/llvm-devel/Makefile

Modified: head/devel/llvm-devel/Makefile
==============================================================================
--- head/devel/llvm-devel/Makefile	Wed Apr  3 18:18:07 2019	(r497742)
+++ head/devel/llvm-devel/Makefile	Wed Apr  3 18:36:12 2019	(r497743)
@@ -262,8 +262,6 @@ _COMPILER_RT_LIBS= \
 	libclang_rt.cfi_diag-x86_64.a \
 	libclang_rt.dd-x86_64.a \
 	libclang_rt.dyndd-x86_64.so \
-	libclang_rt.esan-x86_64.a \
-	libclang_rt.esan-x86_64.a.syms \
 	libclang_rt.fuzzer-x86_64.a \
 	libclang_rt.fuzzer_no_main-x86_64.a \
 	libclang_rt.lsan-x86_64.a \


More information about the svn-ports-head mailing list