Am Sonntag, 5. Oktober 2008 06:47:34 schrieb Licq:
>- Almost all the distribution are using LIB_SUFFIX for cmake's macro, and
> set LIB_SUFFIX=64 when in 64-bit systems. It would be better qt4-gui could
> recognize this option:
>
>  {{{
>  --- plugins/qt4-gui/CMakeLists.txt~     2008-09-11 20:01:40.000000000
>  +0200
>  +++ plugins/qt4-gui/CMakeLists.txt      2008-10-05 06:37:21.000000000
>  +0200
>  @@ -16,7 +16,7 @@
>
>
>   # Install dirs
>  -set(INSTALL_LIB_DIR lib CACHE PATH
>  +set(INSTALL_LIB_DIR lib${LIB_SUFFIX} CACHE PATH
>     "Directory to install the plugin to. A relative path is relative to
>  CMAKE_INSTALL_PREFIX.")
>   mark_as_advanced(INSTALL_LIB_DIR)
>  }}}

To flynd: I think you can just introduce that variable and set it to "" per 
default. The packagers can then set it via the -D cmake switch and override 
it to be 32 or 64 instead.

Arne

-- 
Dipl.-Inform. Arne Schmitz              Phone   +49 (0)241 80-21817
Computer Graphics Group                 Fax     +49 (0)241 80-22899
RWTH Aachen University                  http://www.rwth-graphics.de
Ahornstrasse 55, 52074 Aachen, Germany

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to