pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-filters



Module Name:    pkgsrc
Committed By:   he
Date:           Sun Sep 18 14:51:23 UTC 2022

Modified Files:
        pkgsrc/print/cups-filters: Makefile

Log Message:
print/cups-filters: insist on pkgsrc heimdal, this uses e.g. -lhcrypto


To generate a diff of this commit:
cvs rdiff -u -r1.165 -r1.166 pkgsrc/print/cups-filters/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-filters/Makefile
diff -u pkgsrc/print/cups-filters/Makefile:1.165 pkgsrc/print/cups-filters/Makefile:1.166
--- pkgsrc/print/cups-filters/Makefile:1.165    Sun Sep 18 14:41:07 2022
+++ pkgsrc/print/cups-filters/Makefile  Sun Sep 18 14:51:23 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.165 2022/09/18 14:41:07 he Exp $
+# $NetBSD: Makefile,v 1.166 2022/09/18 14:51:23 he Exp $
 
 DISTNAME=      cups-filters-1.28.15
 PKGREVISION=   2
@@ -79,6 +79,8 @@ post-install:
 
 .include "options.mk"
 
+USE_BUILTIN.heimdal=no # needs -lhcrypto etc.
+
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../fonts/fontconfig/buildlink3.mk"



Home | Main Index | Thread Index | Old Index