]> git.pld-linux.org Git - packages/freetype.git/commitdiff
added %{_target} macro
authorArtur Frysiak <artur@frysiak.net>
Wed, 5 May 1999 20:40:43 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype.spec -> 1.14

freetype.spec

index a737272f974f4f5124a0839e09bd9970eae0d230..3a459e4c8e2e6e33fcba4d7bbdddbce1873def94 100644 (file)
@@ -78,10 +78,11 @@ Przyk
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
-./configure --prefix=/usr \
-            --enable-static \
-            --with-locale-dir=/usr/share/locale \
-            --with-gnu-ld
+./configure %{_target} \
+       --prefix=/usr \
+        --enable-static \
+        --with-locale-dir=/usr/share/locale \
+        --with-gnu-ld
 make
 
 %install
This page took 0.098609 seconds and 4 git commands to generate.