!1 modify spec

Merge pull request !1 from Grooooot/master
This commit is contained in:
openeuler-ci-bot 2020-01-15 22:30:00 +08:00 committed by Gitee
commit 4d1a120a2a
2 changed files with 0 additions and 11 deletions

View File

@ -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

View File

@ -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++