diff options
author | hans <hans@pkgsrc.org> | 2012-02-16 18:48:52 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-16 18:48:52 +0000 |
commit | 376cffca374b6d9623182a9036df3d59a5b0d097 (patch) | |
tree | 59c36b3b1dbc5b961758d5aed4cc7f839a87ee72 /games/hex-a-hop | |
parent | d944e8bb0838495f04505252e4dda13e3bc9ad3c (diff) | |
download | pkgsrc-376cffca374b6d9623182a9036df3d59a5b0d097.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'games/hex-a-hop')
-rw-r--r-- | games/hex-a-hop/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/hex-a-hop/Makefile b/games/hex-a-hop/Makefile index 23cb0fa2479..8f85d317254 100644 --- a/games/hex-a-hop/Makefile +++ b/games/hex-a-hop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2011/11/01 06:01:18 sbd Exp $ +# $NetBSD: Makefile,v 1.4 2012/02/16 18:49:41 hans Exp $ # DISTNAME= hex-a-hop-1.1.0 @@ -16,6 +16,8 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes USE_LANGUAGES= c c++ +LIBS.SunOS+= -liconv + .include "../../audio/SDL_mixer/buildlink3.mk" .include "../../devel/SDL_ttf/buildlink3.mk" .include "../../devel/SDL/buildlink3.mk" |