diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-11-08 08:39:12 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-11-08 08:39:12 +0000 |
commit | 94f55ca5e29f770bc97997f7e5cfec515fa77c21 (patch) | |
tree | ed0eaf0a8ccb135de1094830d99bfa07870238f5 /games/spellathon | |
parent | 11ef33ba0b5994362ff3cd643e086331484c62b6 (diff) | |
download | ports-94f55ca5e29f770bc97997f7e5cfec515fa77c21.tar.gz ports-94f55ca5e29f770bc97997f7e5cfec515fa77c21.zip |
Notes
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 |