From 89386f5468e19686bc02dfd337be7c276a4de8d3 Mon Sep 17 00:00:00 2001 From: Grooooot Date: Wed, 15 Jan 2020 19:07:58 +0800 Subject: [PATCH] modify spec Signed-off-by: Grooooot --- ttmkfdir-3.0.9-fedora-ldflags.patch | 10 ---------- ttmkfdir.spec | 1 - 2 files changed, 11 deletions(-) delete mode 100644 ttmkfdir-3.0.9-fedora-ldflags.patch diff --git a/ttmkfdir-3.0.9-fedora-ldflags.patch b/ttmkfdir-3.0.9-fedora-ldflags.patch deleted file mode 100644 index 0c2f7b8..0000000 --- a/ttmkfdir-3.0.9-fedora-ldflags.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- ttmkfdir-3.0.9.old/Makefile 2018-03-07 16:47:47.102558995 +0530 -+++ ttmkfdir-3.0.9/Makefile 2018-03-07 16:57:46.484386555 +0530 -@@ -29,6 +29,7 @@ - CXX=g++ - CXXFLAGS=-Wall -pedantic $(FREETYPE_INCL) $(DEBUG) $(OPTFLAGS) - LDFLAGS=$(FREETYPE_LIB) $(DEBUG) -lz -+override LDFLAGS += $(RPM_LD_FLAGS) - - DESTDIR= - PREFIX=/usr diff --git a/ttmkfdir.spec b/ttmkfdir.spec index 349c4c8..1813444 100644 --- a/ttmkfdir.spec +++ b/ttmkfdir.spec @@ -16,7 +16,6 @@ Patch7: ttmkfdir-3.0.9-encoding-dir.patch Patch8: ttmkfdir-3.0.9-font-scale.patch Patch9: ttmkfdir-3.0.9-bug434301.patch Patch10: ttmkfdir-3.0.9-freetype-header-fix2.patch -Patch11: ttmkfdir-3.0.9-fedora-ldflags.patch BuildRequires: freetype-devel >= 2.0 flex libtool BuildRequires: bzip2-devel zlib-devel gcc-c++