]> git.pld-linux.org Git - packages/cube.git/commitdiff
- bcond header, libdir fix; btw, why EA?
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 26 Jul 2004 18:50:12 +0000 (18:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cube.spec -> 1.6

cube.spec

index 1e73e50b8abb0ea30a5b9cb952af2721586a13da..4d71e94a7e0aa86c503b881af99a3dff1062891d 100644 (file)
--- a/cube.spec
+++ b/cube.spec
@@ -1,6 +1,7 @@
-
+#
+# Conditional build:
 %bcond_with    cheaters        # unlimited energy and ammo
-
+#
 Summary:       Cube FPS game
 Summary(pl):   Gra FPS Cube
 Name:          cube
@@ -68,7 +69,7 @@ rm -f configure missing
 cd ../src
 %{__make} \
        COPTFLAGS="%{rpmcflags}" \
-       CXXOPTFLAGS="%{rpmcflags} -fsigned-char -L/usr/X11R6/lib -DHAS_SOCKLEN_T=1"
+       CXXOPTFLAGS="%{rpmcflags} -fsigned-char -L/usr/X11R6/%{_lib} -DHAS_SOCKLEN_T=1"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.102117 seconds and 4 git commands to generate.