]> git.pld-linux.org Git - packages/ggv.git/commitdiff
added %{_target} macro
authorArtur Frysiak <artur@frysiak.net>
Thu, 6 May 1999 17:07:01 +0000 (17:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ggv.spec -> 1.7

ggv.spec

index 84a364a4dafd10cb46b82775ad32f40bee06d928..dc6faddd951ffb2f96a15550c8921d30fbc14a47 100644 (file)
--- a/ggv.spec
+++ b/ggv.spec
@@ -23,7 +23,9 @@ postscriptowych dokument
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr/X11R6
+CFLAGS="$RPM_OPT_FLAGS" \
+./configure %{_target} \
+       --prefix=/usr/X11R6
 
 make
 
This page took 0.073302 seconds and 4 git commands to generate.