diff options
author | plunky <plunky@pkgsrc.org> | 2019-01-31 16:36:27 +0000 |
---|---|---|
committer | plunky <plunky@pkgsrc.org> | 2019-01-31 16:36:27 +0000 |
commit | 9b2b4efd11bcd454f48045f21bce8a7e5719f335 (patch) | |
tree | 0e6b64e06ff912c09766a12852ebbe11dc958a32 | |
parent | cdb73be187466b4e21274e7929a009e2efdf38bc (diff) | |
download | pkgsrc-9b2b4efd11bcd454f48045f21bce8a7e5719f335.tar.gz |
link with libraries "-lm -lintl"
no functional change, but adds NEEDED and links better
bump pkgrevision
-rw-r--r-- | print/pslib/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/pslib/Makefile b/print/pslib/Makefile index 84ee9b1f50b..b0d8dfb2678 100644 --- a/print/pslib/Makefile +++ b/print/pslib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2019/01/31 16:33:15 plunky Exp $ +# $NetBSD: Makefile,v 1.19 2019/01/31 16:36:27 plunky Exp $ # DISTNAME= pslib-0.4.5 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pslib/} @@ -19,6 +19,8 @@ PKGCONFIG_OVERRIDE+= ${WRKSRC}/libps.pc.in GNU_CONFIGURE= yes USE_TOOLS+= msgfmt perl gmake +BUILD_MAKE_FLAGS+= LIBS="-lm -lintl" + # share/locale/de/LC_MESSAGES/pslib.mo is missing without these post-build: cd ${WRKSRC}/po && ${GMAKE} |