summaryrefslogtreecommitdiff
path: root/graphics/jpegpixi
diff options
context:
space:
mode:
authorhans <hans>2012-02-16 18:57:49 +0000
committerhans <hans>2012-02-16 18:57:49 +0000
commitefe164086f0b19c93cb19a1d32da5eae9ab41303 (patch)
tree93c271ce3ae71c5c256a834efc55a3c3b0f42c91 /graphics/jpegpixi
parente36be2cb426e8172ebdc48b84d8dc626e06e8709 (diff)
downloadpkgsrc-efe164086f0b19c93cb19a1d32da5eae9ab41303.tar.gz
Fix build on SunOS.
Diffstat (limited to 'graphics/jpegpixi')
-rw-r--r--graphics/jpegpixi/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/jpegpixi/Makefile b/graphics/jpegpixi/Makefile
index fa70f3781de..1d84ffe3b09 100644
--- a/graphics/jpegpixi/Makefile
+++ b/graphics/jpegpixi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2011/04/22 13:43:48 obache Exp $
+# $NetBSD: Makefile,v 1.13 2012/02/16 18:57:49 hans Exp $
DISTNAME= jpegpixi-1.1.1
PKGREVISION= 3
@@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
+LIBS.SunOS+= -lintl
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"