diff options
author | dsomero <xgizzmo@gmail.com> | 2010-05-21 18:16:29 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-24 16:06:33 -0500 |
commit | 023feac7b951f160d82f719c0158cc88d5491d1d (patch) | |
tree | 9cbefd3af223a1970eb8d6853b332a0d9ae2c853 /games/pingus/pingus-0.7.2+gcc-4.3.patch | |
parent | 9df4b4d4a735caed5067cc02832c721785de81ba (diff) |
games/pingus: Removed (Build failure)
error: 'sscanf' was not declared in this scope
Diffstat (limited to 'games/pingus/pingus-0.7.2+gcc-4.3.patch')
-rw-r--r-- | games/pingus/pingus-0.7.2+gcc-4.3.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/games/pingus/pingus-0.7.2+gcc-4.3.patch b/games/pingus/pingus-0.7.2+gcc-4.3.patch deleted file mode 100644 index 69e6f49fcaee5..0000000000000 --- a/games/pingus/pingus-0.7.2+gcc-4.3.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: pingus-0.7.2/src/input/evdev_device.cpp -=================================================================== ---- pingus-0.7.2.orig/src/input/evdev_device.cpp -+++ pingus-0.7.2/src/input/evdev_device.cpp -@@ -25,6 +25,7 @@ - #include <stdexcept> - #include <iostream> - #include <errno.h> -+#include <cstring> - - #include "evdev_device.hpp" - |