SHA256
1
0
forked from pool/freetype2
Hrvoje Senjan
2014-12-08 22:09:06 +00:00
committed by Git OBS Bridge
parent a143330a32
commit 8431d69e3e
4 changed files with 129 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ Patch200: freetype2-subpixel.patch
Patch201: overflow.patch
# PATCH-FIX-OPENSUSE don-t-mark-libpng-as-required-library.patch -- it is private in .pc
Patch202: don-t-mark-libpng-as-required-library.patch
# PATCH-FIX-UPSTREAM freetype2-2.5.3-fix-pcf.patch -- http://savannah.nongnu.org/bugs/?43774
Patch1000: freetype2-2.5.3-fix-pcf.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -89,6 +91,7 @@ It also contains a small tutorial for using that library.
%patch200 -p1
%endif
%patch202 -p1
%patch1000 -p1
%build
export CFLAGS="%optflags -std=gnu99 -D_GNU_SOURCE $(getconf LFS_CFLAGS)"