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:   marino
Date:           Sat Dec  3 16:43:16 UTC 2016

Modified Files:
        pkgsrc/print/cups: Makefile

Log Message:
print/cups: Specify readline requirement

Solves:
/usr/libexec/binutils225/elf/ld.gold: error: cannot find -lreadline


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 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.234 pkgsrc/print/cups/Makefile:1.235
--- pkgsrc/print/cups/Makefile:1.234    Sun Oct  9 08:33:15 2016
+++ pkgsrc/print/cups/Makefile  Sat Dec  3 16:43:16 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.234 2016/10/09 08:33:15 leot Exp $
+# $NetBSD: Makefile,v 1.235 2016/12/03 16:43:16 marino Exp $
 
 DISTNAME=      cups-2.2.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -176,4 +176,5 @@ post-install:
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../print/libpaper/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index