]> git.pld-linux.org Git - packages/kde4-kdebase-runtime.git/commitdiff
- 64bit fix
authorshadzik <shadzik@pld-linux.org>
Fri, 20 Jun 2008 16:17:25 +0000 (16:17 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kde4-kdebase-runtime.spec -> 1.43

kde4-kdebase-runtime.spec

index 0bf11a46521f65763bef10a5a984dc9d016aef55..8b7e09e06d9a39ff4b929be975573a39127e1347 100644 (file)
@@ -93,6 +93,9 @@ install -d build
 cd build
 %cmake \
        -DCMAKE_INSTALL_PREFIX=%{_prefix} \
+%if "%{_lib}" == "lib64"
+       -DLIB_SUFFIX=64 \
+%endif
        ../
 
 %{__make}
This page took 0.09179 seconds and 4 git commands to generate.