]> git.pld-linux.org Git - packages/aumix.git/commitdiff
s/%{_target}/%{_target_platform}/
authorArtur Frysiak <artur@frysiak.net>
Tue, 1 Jun 1999 17:46:13 +0000 (17:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aumix.spec -> 1.15

aumix.spec

index ff974f66ae06719be9a59c9d4a23dd2a319c35c2..976aef48f29193d90be78f6bdc97957f6a675fc9 100644 (file)
@@ -57,11 +57,18 @@ CD, ͦ
 %setup -q
 
 %build
+<<<<<<< aumix.spec
+autoconf
+CFLAGS="$RPM_OPT_FLAGS -I%{_includedir}/ncurses" LDFLAGS="-s" \
+./configure %{_target_platform} \
+       --prefix=%{_prefix}
+=======
 gettextize --copy --force
 CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" LDFLAGS="-s" \
-./configure %{_target} \
+./configure %{_target_platform} \
        --prefix=%{_prefix} \
        --mandir=%{_mandir}
+>>>>>>> 1.14
 
 make CFLAGS="$RPM_OPT_FLAGS -I/usr/include/ncurses" LDFLAGS="-s"
 
This page took 0.091459 seconds and 4 git commands to generate.