aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbsam <bsam@FreeBSD.org>2013-10-01 03:58:20 +0800
committerbsam <bsam@FreeBSD.org>2013-10-01 03:58:20 +0800
commit91927930c7df7bd57fcbbd3518e5603ad6e8493b (patch)
tree66c0fb3a67a629edacc1fa1eaf67011239045779 /games
parente564c647c1b64a9743fa77cb31e297bbbaf26bc4 (diff)
downloadfreebsd-ports-gnome-91927930c7df7bd57fcbbd3518e5603ad6e8493b.tar.gz
freebsd-ports-gnome-91927930c7df7bd57fcbbd3518e5603ad6e8493b.tar.zst
freebsd-ports-gnome-91927930c7df7bd57fcbbd3518e5603ad6e8493b.zip
Fix using iconv at ports:
. shells/fish; . games/instead; . www/xapian-omega; . devel/xdg-user-dirs. Submitted by: marino (via e-mail) Approved by: portmgr (bapt, implicit)
Diffstat (limited to 'games')
-rw-r--r--games/instead/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/instead/Makefile b/games/instead/Makefile
index b29e7c805a05..603f05830614 100644
--- a/games/instead/Makefile
+++ b/games/instead/Makefile
@@ -17,6 +17,7 @@ USE_GNOME= gtk20
USE_LUA= 5.1
USE_SDL= sdl image ttf mixer
USES= pkgconfig iconv
+LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
CONFIGURE_SCRIPT= configure.sh
CONFIGURE_ENV= PREFIX="${PREFIX}"