From owner-svn-ports-head@FreeBSD.ORG Thu Nov 8 08:39:13 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7D1784C9; Thu, 8 Nov 2012 08:39:13 +0000 (UTC) (envelope-from gahr@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 62FE98FC0A; Thu, 8 Nov 2012 08:39:13 +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 qA88dDqS031763; Thu, 8 Nov 2012 08:39:13 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qA88dDbQ031762; Thu, 8 Nov 2012 08:39:13 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201211080839.qA88dDbQ031762@svn.freebsd.org> From: Pietro Cerutti Date: Thu, 8 Nov 2012 08:39:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307157 - head/games/spellathon 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.14 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: Thu, 08 Nov 2012 08:39:13 -0000 Author: gahr Date: Thu Nov 8 08:39:12 2012 New Revision: 307157 URL: http://svnweb.freebsd.org/changeset/ports/307157 Log: - fix build on amd64 Reported by: PH (via beat@) Feature safe: yes Modified: head/games/spellathon/Makefile Modified: head/games/spellathon/Makefile ============================================================================== --- head/games/spellathon/Makefile Thu Nov 8 08:17:01 2012 (r307156) +++ head/games/spellathon/Makefile Thu Nov 8 08:39:12 2012 (r307157) @@ -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