diff options
author | gahr <gahr@FreeBSD.org> | 2012-11-08 16:39:12 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-11-08 16:39:12 +0800 |
commit | 05aab43458fc0fe32cc80911d032e7b07bc9c2d9 (patch) | |
tree | ed0eaf0a8ccb135de1094830d99bfa07870238f5 /games/spellathon | |
parent | 0527a6ca5269441248fc30e9e4980d1c9fb05e61 (diff) | |
download | freebsd-ports-gnome-05aab43458fc0fe32cc80911d032e7b07bc9c2d9.tar.gz freebsd-ports-gnome-05aab43458fc0fe32cc80911d032e7b07bc9c2d9.tar.zst freebsd-ports-gnome-05aab43458fc0fe32cc80911d032e7b07bc9c2d9.zip |
- fix build on amd64
Reported by: PH (via beat@)
Feature safe: yes
Diffstat (limited to 'games/spellathon')
-rw-r--r-- | games/spellathon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/spellathon/Makefile b/games/spellathon/Makefile index 7f7278e23f4a..6a6b2fbd8aef 100644 --- a/games/spellathon/Makefile +++ b/games/spellathon/Makefile @@ -19,6 +19,7 @@ LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ xcb:${PORTSDIR}/x11/libxcb +CXXFLAGS+= -fPIC USE_GETTEXT= yes USE_ICONV= yes USE_GNOME= glib20 |