diff options
author | hans <hans> | 2012-02-16 19:46:19 +0000 |
---|---|---|
committer | hans <hans> | 2012-02-16 19:46:19 +0000 |
commit | aa537f9107dd385f1cc9c0546f7a113271964c6a (patch) | |
tree | 2d31092e558557704e5d570786adcca9eb11cba9 /sysutils | |
parent | f1270bfbafa10dae31868961971331a4eed9f98c (diff) | |
download | pkgsrc-aa537f9107dd385f1cc9c0546f7a113271964c6a.tar.gz |
Fix build on SunOS.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/fsviewer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/fsviewer/Makefile b/sysutils/fsviewer/Makefile index 39f3943ef19..54b6b7c9f0e 100644 --- a/sysutils/fsviewer/Makefile +++ b/sysutils/fsviewer/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2012/02/06 12:41:32 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2012/02/16 19:46:19 hans Exp $ DISTNAME= FSViewer.app-0.2.5 PKGNAME= FSViewer-0.2.5 @@ -20,6 +20,7 @@ USE_TOOLS+= gmake USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes +LDFLAGS.SunOS+= -lintl LDFLAGS.DragonFly= -lintl .include "../../mk/bsd.prefs.mk" |