pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/freetype2



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Sep 26 20:28:58 UTC 2022

Modified Files:
        pkgsrc/graphics/freetype2: Makefile

Log Message:
freetype2: Do not supress zlib.pc creation

* Fix build with new graphics/png-1.6.38.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 pkgsrc/graphics/freetype2/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/freetype2/Makefile
diff -u pkgsrc/graphics/freetype2/Makefile:1.125 pkgsrc/graphics/freetype2/Makefile:1.126
--- pkgsrc/graphics/freetype2/Makefile:1.125    Sun May  1 20:03:24 2022
+++ pkgsrc/graphics/freetype2/Makefile  Mon Sep 26 20:28:58 2022
@@ -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 @@ post-configure:
 .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