summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2022-07-09 10:48:24 +0000
committerbsiegert <bsiegert@pkgsrc.org>2022-07-09 10:48:24 +0000
commit9a5791a5edf6146873f112426b10b8dbfbf766ef (patch)
treea5f24758f08db22c3640e1eb426c711f8cad498f
parent56378d9a892fdaf0979bca453a11045a11c77bfa (diff)
downloadpkgsrc-9a5791a5edf6146873f112426b10b8dbfbf766ef.tar.gz
Pullup ticket #6648 - requested by nia
x11/libXft: NetBSD 8 build fix Revisions pulled up: - x11/libXft/Makefile 1.26 --- Module Name: pkgsrc Committed By: nia Date: Fri Jul 8 06:39:57 UTC 2022 Modified Files: pkgsrc/x11/libXft: Makefile Log Message: PR pkg/56909 libXft cannot avoid-duplicate because the native fontconfig is always ignored on NetBSD 8 due to a (possibly wrong for native Xorg) ABI_DEPENDS setting elsewhere in pkgsrc
-rw-r--r--x11/libXft/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/libXft/Makefile b/x11/libXft/Makefile
index 5a9edbd2037..143a7f52553 100644
--- a/x11/libXft/Makefile
+++ b/x11/libXft/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2022/04/10 08:53:15 nia Exp $
+# $NetBSD: Makefile,v 1.25.2.1 2022/07/09 10:48:24 bsiegert Exp $
DISTNAME= libXft-2.3.4
CATEGORIES= x11 fonts
@@ -16,8 +16,6 @@ USE_LIBTOOL= YES
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE= xft.pc.in
-X11_LIB_NAME?= libXft
-.include "../../meta-pkgs/modular-xorg/avoid-duplicate.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"
.include "../../graphics/freetype2/buildlink3.mk"