Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Nov 2012 10:18:01 +0000 (UTC)
From:      Beat Gaetzi <beat@FreeBSD.org>
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
Message-ID:  <201211081018.qA8AI1Gi047861@svn.freebsd.org>

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



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