summarylogtreecommitdiffstats
path: root/imonlcd-freetype-2.9.1-fix.diff
diff options
context:
space:
mode:
authorManuel Reimer2021-05-01 11:28:09 +0200
committerManuel Reimer2021-05-01 11:28:09 +0200
commit604ac951c5a33084f93a4393d8f91db5b3aa027c (patch)
tree2cac616ab1c04bbdc5627e5426c6aa5a157e1492 /imonlcd-freetype-2.9.1-fix.diff
parentf376f5ba30962c63274e732e42e9f4dab11bf191 (diff)
downloadaur-604ac951c5a33084f93a4393d8f91db5b3aa027c.tar.gz
Sync from VDR4Arch (https://github.com/VDR4Arch/vdr4arch/commit/414bae13b382ffd1b60e0ec080c311621e3c2da4)
Diffstat (limited to 'imonlcd-freetype-2.9.1-fix.diff')
-rw-r--r--imonlcd-freetype-2.9.1-fix.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/imonlcd-freetype-2.9.1-fix.diff b/imonlcd-freetype-2.9.1-fix.diff
deleted file mode 100644
index 959b29027f13..000000000000
--- a/imonlcd-freetype-2.9.1-fix.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/Makefile b/Makefile
-index fc165e9..d53fe82 100644
---- a/Makefile
-+++ b/Makefile
-@@ -55,8 +55,8 @@ SOFILE = libvdr-$(PLUGIN).so
-
- ### Includes and Defines (add further entries here):
-
--INCLUDES += $(shell freetype-config --cflags)
--LIBS += $(shell freetype-config --libs)
-+INCLUDES += $(shell pkg-config freetype2 --cflags)
-+LIBS += $(shell pkg-config freetype2 --libs)
-
- DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-