diff options
author | he <he@pkgsrc.org> | 2022-09-21 08:55:21 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2022-09-21 08:55:21 +0000 |
commit | 2ec66cc23e20d9b4207f296053a33d2dbcb2bd2a (patch) | |
tree | cfe9c4ffa8e4089954e24a9bcf91ec303de0528b /print | |
parent | 319dcccfefa207f50296c654933cfbd45d3b4b59 (diff) | |
download | pkgsrc-2ec66cc23e20d9b4207f296053a33d2dbcb2bd2a.tar.gz |
print/cups-filters: remove USE_BUILTIN.heimdal=no setting.
Apparently this causes mysterious buildlink problems in bulk builds,
but was required to make cups-filters build succeed in my setup
which is/was a "live" pkgsrc installation. This therefore needs more
debugging and testing, so for now just remove this.
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-filters/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/cups-filters/Makefile b/print/cups-filters/Makefile index 9f601db2455..f389fcb2b20 100644 --- a/print/cups-filters/Makefile +++ b/print/cups-filters/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.166 2022/09/18 14:51:23 he Exp $ +# $NetBSD: Makefile,v 1.167 2022/09/21 08:55:21 he Exp $ DISTNAME= cups-filters-1.28.15 PKGREVISION= 2 @@ -79,8 +79,6 @@ 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" |