]> git.pld-linux.org Git - packages/freetype.git/commitdiff
- reverted and redone in different way (because it broke other archs)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 19 Dec 2003 00:50:33 +0000 (00:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype.spec -> 1.97

freetype.spec

index 82bdcde44482e0826803f56f902423205b55ace4..31e7b2d44ff4b1cb9670652992312a08df173d39 100644 (file)
@@ -172,10 +172,10 @@ Programy demonstracyjne do biblioteki FreeType.
 mv -f freetype-%{version}/docs/reference/* docs/reference
 
 %build
-CFLAGS="%{rpmcflags}"
-CPPFLAGS="%{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER}"
-export CFLAGS CPPFLAGS
-%configure
+CFLAGS="%{rpmcflags} %{?with_bytecode:-DTT_CONFIG_OPTION_BYTECODE_INTERPRETER}" \
+%{__make} setup unix \
+       CFG="--prefix=%{_prefix} --libdir=%{_libdir}"
+
 %{__make} 
 
 %if %{with x11}
This page took 0.045575 seconds and 4 git commands to generate.