pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/freetype2 freetype2: Do not supress zlib.pc c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f152601fc4fb
branches:  trunk
changeset: 385825:f152601fc4fb
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Sep 26 20:28:58 2022 +0000

description:
freetype2: Do not supress zlib.pc creation

* Fix build with new graphics/png-1.6.38.

diffstat:

 graphics/freetype2/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (18 lines):

diff -r d28cee0f0ee2 -r f152601fc4fb graphics/freetype2/Makefile
--- a/graphics/freetype2/Makefile       Mon Sep 26 18:55:23 2022 +0000
+++ b/graphics/freetype2/Makefile       Mon Sep 26 20:28:58 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.125 2022/05/01 20:03:24 adam Exp $
+# $NetBSD: Makefile,v 1.126 2022/09/26 20:28:58 ryoon Exp $
 
 DISTNAME=      freetype-2.12.1
 PKGNAME=       ${DISTNAME:S/-/2-/}
@@ -55,8 +55,5 @@
 .endif
 
 .include "../../archivers/bzip2/buildlink3.mk"
-# Avoid creating a fake zlib.pc, because if it does
-# we will add a Requires for it to our .pc file
-CHECK_BUILTIN.zlib:=yes
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index