]> git.pld-linux.org Git - packages/baci.git/commitdiff
- more general lib64 if
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 11 May 2005 13:43:38 +0000 (13:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    baci.spec -> 1.20

baci.spec

index 81f860bb60f7f570b322f633c34713739662810f..5d7ca1d2e2a82668ab1e84d0849a9acdda3bad61 100644 (file)
--- a/baci.spec
+++ b/baci.spec
@@ -22,13 +22,14 @@ Kompilator i interpreter j
 
 %prep
 %setup -q -n %{name}src
-%ifarch amd64
+%if "%{_lib}" == "lib64"
 %patch0 -p1
 %endif
 
 %build
 for i in lib pascomp disasm ccomp; do
-       make -C $i CFLAGS="%{rpmcflags}"
+       %{__make} -C $i \
+               CFLAGS="%{rpmcflags}"
 done
 %{__make} -C interp gui std
 
This page took 0.066349 seconds and 4 git commands to generate.