Ticket #30586: patch-CMakeLists.txt.diff

File patch-CMakeLists.txt.diff, 446 bytes (added by luiji@…, 13 years ago)

Source patch required by Portfile

  • CMakeLists.txt

    old new  
    4444# Add some gcc-specific command lines.
    4545IF(CMAKE_COMPILER_IS_GNUCC)
    4646    # Always build with debug symbols...you can strip it later.
    47     ADD_DEFINITIONS(-g -pipe -Werror -fsigned-char)
     47    ADD_DEFINITIONS(-g -pipe -fsigned-char)
    4848
    4949    # Stupid BeOS generates warnings in the system headers.
    5050    IF(NOT BEOS)