diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-23 15:59:00 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-05-23 15:59:14 +0200 |
commit | 86c5fc23402880ae5a24116dabb21bebe27cc072 (patch) | |
tree | c51efbfcc8d869cfc479a803f207755ed712a252 /media-gfx | |
parent | x11-plugins/enigmail: amd64 stable wrt bug #656092 (diff) | |
download | gentoo-86c5fc23402880ae5a24116dabb21bebe27cc072.tar.gz gentoo-86c5fc23402880ae5a24116dabb21bebe27cc072.tar.bz2 gentoo-86c5fc23402880ae5a24116dabb21bebe27cc072.zip |
media-gfx/inkscape: Use official upstream patch.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch b/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch index 0f577bd0e9ab..d00c23d8addc 100644 --- a/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch +++ b/media-gfx/inkscape/files/inkscape-0.92.3-freetype_pkgconfig.patch @@ -1,6 +1,19 @@ ---- inkscape-0.92.3/configure.ac -+++ inkscape-0.92.3/configure.ac -@@ -252,12 +252,9 @@ +From 62ed18b4d99e690298cc1984b6f2df2363d165fe Mon Sep 17 00:00:00 2001 +From: Lars Wendler <polynomial-c@gentoo.org> +Date: Fri, 18 May 2018 07:55:38 +0200 +Subject: [PATCH] Use pkg-config to find freetype + +As of freetype-2.9.1 the freetype-config file no longer gets installed +by default. +--- + configure.ac | 9 +++------ + 1 file changed, 3 insertions(+), 6 deletions(-) + +diff --git a/configure.ac b/configure.ac +index 12a081612b..1b75e23670 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -252,12 +252,9 @@ AC_CHECK_FUNCS([mallinfo], [ [#include <malloc.h>]) ]) @@ -16,3 +29,6 @@ AC_SUBST(FREETYPE_CFLAGS) AC_SUBST(FREETYPE_LIBS) +-- +2.17.0 + |