From owner-svn-ports-head@FreeBSD.ORG Fri Dec 27 11:05:30 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECA1B4EA; Fri, 27 Dec 2013 11:05:30 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D8D9A15E9; Fri, 27 Dec 2013 11:05:30 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRB5UID092003; Fri, 27 Dec 2013 11:05:30 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRB5UJb092002; Fri, 27 Dec 2013 11:05:30 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201312271105.rBRB5UJb092002@svn.freebsd.org> From: Baptiste Daroussin Date: Fri, 27 Dec 2013 11:05:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337707 - head/audio/xmms-sapplug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 11:05:31 -0000 Author: bapt Date: Fri Dec 27 11:05:30 2013 New Revision: 337707 URL: http://svnweb.freebsd.org/changeset/ports/337707 Log: Use CFLAGS_ Modified: head/audio/xmms-sapplug/Makefile Modified: head/audio/xmms-sapplug/Makefile ============================================================================== --- head/audio/xmms-sapplug/Makefile Fri Dec 27 11:01:19 2013 (r337706) +++ head/audio/xmms-sapplug/Makefile Fri Dec 27 11:05:30 2013 (r337707) @@ -27,6 +27,9 @@ PLIST_FILES= lib/xmms/Input/libsap.so OPTIONS_DEFINE= OPTIMIZED_CFLAGS +CFLAGS_amd64= -fpic -DPIC +CFLAGS_ia64= -fpic -DPIC + .include # clang can build this without -fno-exceptions @@ -34,10 +37,6 @@ OPTIONS_DEFINE= OPTIMIZED_CFLAGS CXXFLAGS+= -fno-exceptions .endif -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fpic -DPIC -.endif - .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} CXXFLAGS+= -fPIC -fpic -funroll-all-loops -fno-strength-reduce \ -finline-functions -fomit-frame-pointer