diff options
author | bsam <bsam@FreeBSD.org> | 2013-10-01 03:58:20 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-10-01 03:58:20 +0800 |
commit | 91927930c7df7bd57fcbbd3518e5603ad6e8493b (patch) | |
tree | 66c0fb3a67a629edacc1fa1eaf67011239045779 /games | |
parent | e564c647c1b64a9743fa77cb31e297bbbaf26bc4 (diff) | |
download | freebsd-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/Makefile | 1 |
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}" |