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, 0 insertions, 11 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 deleted file mode 100644 index 767eea5f40e9..000000000000 --- a/dev-games/physfs/files/physfs-2.0.0-gcc44.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- 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) |