]> git.pld-linux.org Git - packages/kicad.git/commitdiff
- try to fix 64bit build (it's a dry try, i didn't test the build myself)
authorshadzik <shadzik@pld-linux.org>
Tue, 27 Nov 2007 14:39:34 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    kicad.spec -> 1.4

kicad.spec

index c55457fe85d6e95b784c5c9bfb0cef43a3f16114..96f2bc11447e1f20a364d5c70cb81432ef081cb1 100644 (file)
@@ -40,7 +40,11 @@ export WX_CONFIG="`which wx-gtk2-unicode-config`"
 %{__make} -f makefile.gtk \
        WXXFLAGS="`$WX_CONFIG --cxxflags`" \
        WXPATH=%{_libdir} \
+%if "%{_lib}" == "lib64"
+       PREFIX_WX_LIBS="lib64`$WX_CONFIG --basename`" \
+%else
        PREFIX_WX_LIBS="lib`$WX_CONFIG --basename`" \
+%endif
        SUFFIX_WX_LIBSTD="`$WX_CONFIG --utility=`" \
        SUFFIX_WX_LIBGL="_gl-`$WX_CONFIG --release`" \
        LIBVERSION="`$WX_CONFIG --release`" \
This page took 0.104158 seconds and 4 git commands to generate.