pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/cups
Module Name: pkgsrc
Committed By: rodent
Date: Sat Dec 31 23:06:51 UTC 2016
Modified Files:
pkgsrc/print/cups: Makefile
Log Message:
Needs mk/readline.buildlink3.mk. Else, the build fails on FreeBSD as
-lreadline can't be found.
To generate a diff of this commit:
cvs rdiff -u -r1.237 -r1.238 pkgsrc/print/cups/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/cups/Makefile
diff -u pkgsrc/print/cups/Makefile:1.237 pkgsrc/print/cups/Makefile:1.238
--- pkgsrc/print/cups/Makefile:1.237 Fri Dec 30 07:08:34 2016
+++ pkgsrc/print/cups/Makefile Sat Dec 31 23:06:51 2016
@@ -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 @@ post-install:
${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