svn commit: r434132 - head/misc/talkfilters

Tijl Coosemans tijl at FreeBSD.org
Tue Feb 14 18:27:47 UTC 2017


Author: tijl
Date: Tue Feb 14 18:27:45 2017
New Revision: 434132
URL: https://svnweb.freebsd.org/changeset/ports/434132

Log:
  Remove -fPIC.  Clang crashes for some reason but this has nothing to do
  with -fPIC.

Modified:
  head/misc/talkfilters/Makefile

Modified: head/misc/talkfilters/Makefile
==============================================================================
--- head/misc/talkfilters/Makefile	Tue Feb 14 18:08:27 2017	(r434131)
+++ head/misc/talkfilters/Makefile	Tue Feb 14 18:27:45 2017	(r434132)
@@ -21,8 +21,6 @@ USE_LDCONFIG=	yes
 
 SUB_FILES=	pkg-message
 
-CFLAGS_aarch64=	-fPIC
-
 INFO=	talkfilters
 
 post-extract:


More information about the svn-ports-all mailing list