pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/pslib
Module Name: pkgsrc
Committed By: plunky
Date: Thu Jan 31 16:36:27 UTC 2019
Modified Files:
pkgsrc/print/pslib: Makefile
Log Message:
link with libraries "-lm -lintl"
no functional change, but adds NEEDED and links better
bump pkgrevision
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/print/pslib/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/pslib/Makefile
diff -u pkgsrc/print/pslib/Makefile:1.18 pkgsrc/print/pslib/Makefile:1.19
--- pkgsrc/print/pslib/Makefile:1.18 Thu Jan 31 16:33:15 2019
+++ pkgsrc/print/pslib/Makefile Thu Jan 31 16:36:27 2019
@@ -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.
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