summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnustep-base/mknfonts/files/mknfonts-0.5-pkgconfig.patch')
-rw-r--r--gnustep-base/mknfonts/files/mknfonts-0.5-pkgconfig.patch9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnustep-base/mknfonts/files/mknfonts-0.5-pkgconfig.patch b/gnustep-base/mknfonts/files/mknfonts-0.5-pkgconfig.patch
index e73bac5c1ddf..f375b0277dc2 100644
--- a/gnustep-base/mknfonts/files/mknfonts-0.5-pkgconfig.patch
+++ b/gnustep-base/mknfonts/files/mknfonts-0.5-pkgconfig.patch
@@ -1,14 +1,13 @@
-diff -Naur mknfonts-0.5.orig/GNUmakefile mknfonts-0.5/GNUmakefile
---- mknfonts-0.5.orig/GNUmakefile 2002-09-28 12:27:26.000000000 +0200
-+++ mknfonts-0.5/GNUmakefile 2018-06-29 11:27:01.871588321 +0200
+--- a/GNUmakefile
++++ b/GNUmakefile
@@ -9,8 +9,8 @@
ADDITIONAL_OBJCFLAGS += -Wall -O2
-ADDITIONAL_INCLUDE_DIRS += `freetype-config --cflags`
-ADDITIONAL_LDFLAGS += `freetype-config --libs`
-+ADDITIONAL_INCLUDE_DIRS += `pkg-config --cflags freetype2`
-+ADDITIONAL_LDFLAGS += `pkg-config --libs freetype2`
++ADDITIONAL_INCLUDE_DIRS += `${PKG_CONFIG} --cflags freetype2`
++ADDITIONAL_LDFLAGS += `${PKG_CONFIG} --libs freetype2`
mknfonts_OBJC_FILES = mknfonts.m