pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups Needs mk/readline.buildlink3.mk. Else, the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b76fcc863198
branches:  trunk
changeset: 356445:b76fcc863198
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sat Dec 31 23:06:51 2016 +0000

description:
Needs mk/readline.buildlink3.mk. Else, the build fails on FreeBSD as
-lreadline can't be found.

diffstat:

 print/cups/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7d73d4d8e08d -r b76fcc863198 print/cups/Makefile
--- a/print/cups/Makefile       Sat Dec 31 17:51:25 2016 +0000
+++ b/print/cups/Makefile       Sat Dec 31 23:06:51 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.237 2016/12/30 07:08:34 adam Exp $
+# $NetBSD: Makefile,v 1.238 2016/12/31 23:06:51 rodent Exp $
 
 DISTNAME=      cups-2.2.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -160,6 +160,7 @@
        ${LN} -sf ${DESTDIR}${PREFIX}/libexec/cups/backend/dnssd ${DESTDIR}${PREFIX}/libexec/cups/backend/mdns
 .endif
 
+.include "../../mk/readline.buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"



Home | Main Index | Thread Index | Old Index