From owner-svn-ports-branches@FreeBSD.ORG Thu Nov 8 10:18:01 2012 Return-Path: Delivered-To: svn-ports-branches@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 56679C27; Thu, 8 Nov 2012 10:18:01 +0000 (UTC) (envelope-from beat@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3BF0A8FC0A; Thu, 8 Nov 2012 10:18:01 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qA8AI1XW047862; Thu, 8 Nov 2012 10:18:01 GMT (envelope-from beat@svn.freebsd.org) Received: (from beat@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA8AI1Gi047861; Thu, 8 Nov 2012 10:18:01 GMT (envelope-from beat@svn.freebsd.org) Message-Id: <201211081018.qA8AI1Gi047861@svn.freebsd.org> From: Beat Gaetzi Date: Thu, 8 Nov 2012 10:18:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r307162 - branches/RELENG_9_1_0/games/spellathon X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 10:18:01 -0000 Author: beat Date: Thu Nov 8 10:18:00 2012 New Revision: 307162 URL: http://svnweb.freebsd.org/changeset/ports/307162 Log: MFH r307157 by gahr: - fix build on amd64 Reported by: PH (via beat@) Feature safe: yes Modified: branches/RELENG_9_1_0/games/spellathon/Makefile Directory Properties: branches/RELENG_9_1_0/ (props changed) Modified: branches/RELENG_9_1_0/games/spellathon/Makefile ============================================================================== --- branches/RELENG_9_1_0/games/spellathon/Makefile Thu Nov 8 10:08:37 2012 (r307161) +++ branches/RELENG_9_1_0/games/spellathon/Makefile Thu Nov 8 10:18:00 2012 (r307162) @@ -19,6 +19,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/d fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ xcb:${PORTSDIR}/x11/libxcb +CXXFLAGS+= -fPIC USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= glib20