Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2017 18:27:46 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434132 - head/misc/talkfilters
Message-ID:  <201702141827.v1EIRkRE081041@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



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