]> git.pld-linux.org Git - packages/clisp.git/commitdiff
- unified
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 8 Jan 2006 20:32:41 +0000 (20:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    clisp.spec -> 1.34

clisp.spec

index 9ac629a0b3756c162c1eab68ca34ea611a6aa9df..8e7313796146b9e9e78cf7f31f0b2cc55c3ec706 100644 (file)
@@ -1,4 +1,5 @@
 #
+# Conditional build:
 %bcond_without tests # run test suite `make check'
 #
 Summary:       Common Lisp (ANSI CL) implementation
@@ -78,8 +79,9 @@ software livre, distribu
 #%{__perl} -pi -e "s@' -O2?([^0])@' %{rpmcflags} -fno-strict-aliasing\$1@" src/makemake.in
 
 %build
-CC="%{__cc}" ./configure \
-               --prefix=%{_prefix} 
+CC="%{__cc}" \
+./configure \
+       --prefix=%{_prefix} 
 
 cd src
 ./makemake \
This page took 0.059698 seconds and 4 git commands to generate.