pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/print/pslib link with libraries "-lm -lintl"
details: https://anonhg.NetBSD.org/pkgsrc/rev/d6db7341866e
branches: trunk
changeset: 329140:d6db7341866e
user: plunky <plunky%pkgsrc.org@localhost>
date: Thu Jan 31 16:36:27 2019 +0000
description:
link with libraries "-lm -lintl"
no functional change, but adds NEEDED and links better
bump pkgrevision
diffstat:
print/pslib/Makefile | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diffs (23 lines):
diff -r 9ff40e0d391e -r d6db7341866e print/pslib/Makefile
--- a/print/pslib/Makefile Thu Jan 31 16:33:15 2019 +0000
+++ b/print/pslib/Makefile Thu Jan 31 16:36:27 2019 +0000
@@ -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 @@
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}
Home |
Main Index |
Thread Index |
Old Index