Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 08:39:13 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307157 - head/games/spellathon
Message-ID:  <201211080839.qA88dDbQ031762@svn.freebsd.org>

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



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