svn commit: r307157 - head/games/spellathon

Pietro Cerutti gahr at FreeBSD.org
Thu Nov 8 08:39:13 UTC 2012


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


More information about the svn-ports-all mailing list