From owner-svn-ports-all@freebsd.org Sun Jan 1 15:45:45 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1A3CAC973C8; Sun, 1 Jan 2017 15:45:45 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id DDCD21CDE; Sun, 1 Jan 2017 15:45:44 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v01FjiHN058903; Sun, 1 Jan 2017 15:45:44 GMT (envelope-from jhale@FreeBSD.org) Received: (from jhale@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v01Fjidk058902; Sun, 1 Jan 2017 15:45:44 GMT (envelope-from jhale@FreeBSD.org) Message-Id: <201701011545.v01Fjidk058902@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: jhale set sender to jhale@FreeBSD.org using -f From: "Jason E. Hale" Date: Sun, 1 Jan 2017 15:45:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r430258 - head/archivers/libunrar5 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2017 15:45:45 -0000 Author: jhale Date: Sun Jan 1 15:45:43 2017 New Revision: 430258 URL: https://svnweb.freebsd.org/changeset/ports/430258 Log: Add -fPIC to CXXFLAGS to fix build with amd64 and other archs that likely need it Reported by: pkg-fallout Modified: head/archivers/libunrar5/Makefile Modified: head/archivers/libunrar5/Makefile ============================================================================== --- head/archivers/libunrar5/Makefile Sun Jan 1 15:43:37 2017 (r430257) +++ head/archivers/libunrar5/Makefile Sun Jan 1 15:45:43 2017 (r430258) @@ -2,6 +2,7 @@ PORTNAME= libunrar5 PORTVERSION= 5.4.5 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= http://www.rarlab.com/rar/ DISTNAME= unrarsrc-${PORTVERSION} @@ -21,7 +22,7 @@ ALL_TARGET= lib liba MAKEFILE= makefile MAKE_ARGS= AR="${AR}" \ CXX="${CXX}" \ - CXXFLAGS="${CXXFLAGS}" \ + CXXFLAGS="${CXXFLAGS} -fPIC" \ LDFLAGS="-Wl,-soname,${SONAME} -pthread ${LDFLAGS}" \ STRIP="${STRIP_CMD}" SONAME= libunrar.so.5