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:   ryoon
Date:           Wed Jan 11 13:26:16 UTC 2017

Modified Files:
        pkgsrc/print/cups: Makefile

Log Message:
Fix build with textproc/libunistring budildlink


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 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.239 pkgsrc/print/cups/Makefile:1.240
--- pkgsrc/print/cups/Makefile:1.239    Wed Jan  4 22:31:48 2017
+++ pkgsrc/print/cups/Makefile  Wed Jan 11 13:26:16 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.239 2017/01/04 22:31:48 rodent Exp $
+# $NetBSD: Makefile,v 1.240 2017/01/11 13:26:16 ryoon Exp $
 
 DISTNAME=      cups-2.2.1-source
 PKGNAME=       ${DISTNAME:S/-source//}
@@ -166,6 +166,7 @@ post-install:
 .include "../../graphics/tiff/buildlink3.mk"
 .include "../../print/libpaper/buildlink3.mk"
 .include "../../security/gnutls/buildlink3.mk"
+.include "../../textproc/libunistring/buildlink3.mk"
 .include "../../mk/curses.buildlink3.mk"
 .include "../../mk/jpeg.buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"



Home | Main Index | Thread Index | Old Index