diff options
Diffstat (limited to 'dev-games/physfs/files/physfs-2.0.0-gcc44.patch')
-rw-r--r-- | dev-games/physfs/files/physfs-2.0.0-gcc44.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-games/physfs/files/physfs-2.0.0-gcc44.patch b/dev-games/physfs/files/physfs-2.0.0-gcc44.patch new file mode 100644 index 000000000000..767eea5f40e9 --- /dev/null +++ b/dev-games/physfs/files/physfs-2.0.0-gcc44.patch @@ -0,0 +1,11 @@ +--- CMakeLists.txt.old 2009-05-26 16:49:01.000000000 +0200 ++++ CMakeLists.txt 2009-05-26 16:49:16.000000000 +0200 +@@ -44,7 +44,7 @@ + # Add some gcc-specific command lines. + IF(CMAKE_COMPILER_IS_GNUCC) + # Always build with debug symbols...you can strip it later. +- ADD_DEFINITIONS(-g -pipe -Werror -fsigned-char) ++ ADD_DEFINITIONS(-g -pipe -fsigned-char) + + # Stupid BeOS generates warnings in the system headers. + IF(NOT BEOS) |