about summary refs log tree commit diff
path: root/pkgs/games/ball-and-paddle/getenv-decl.patch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-07-16 21:38:30 +0000
committerLudovic Courtès <ludo@gnu.org>2009-07-16 21:38:30 +0000
commit179c9415db68406d01efa92a6cc6cb7b63136891 (patch)
treed46c5ea85d555358925ef8ecfa45ac91e783a8ec /pkgs/games/ball-and-paddle/getenv-decl.patch
parent92662d3d0fffd3e4259399f1d9e0dc13601c4074 (diff)
downloadnixlib-179c9415db68406d01efa92a6cc6cb7b63136891.tar
nixlib-179c9415db68406d01efa92a6cc6cb7b63136891.tar.gz
nixlib-179c9415db68406d01efa92a6cc6cb7b63136891.tar.bz2
nixlib-179c9415db68406d01efa92a6cc6cb7b63136891.tar.lz
nixlib-179c9415db68406d01efa92a6cc6cb7b63136891.tar.xz
nixlib-179c9415db68406d01efa92a6cc6cb7b63136891.tar.zst
nixlib-179c9415db68406d01efa92a6cc6cb7b63136891.zip
GNU Ball and Paddle 0.8.1.
svn path=/nixpkgs/trunk/; revision=16410
Diffstat (limited to 'pkgs/games/ball-and-paddle/getenv-decl.patch')
-rw-r--r--pkgs/games/ball-and-paddle/getenv-decl.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/pkgs/games/ball-and-paddle/getenv-decl.patch b/pkgs/games/ball-and-paddle/getenv-decl.patch
new file mode 100644
index 000000000000..6bf26b50a142
--- /dev/null
+++ b/pkgs/games/ball-and-paddle/getenv-decl.patch
@@ -0,0 +1,13 @@
+Make the getenv(3) declaration visible.
+
+--- ballandpaddle-0.8.1/src/settingsmanager.cpp	2009-07-08 02:13:16.000000000 +0200
++++ ballandpaddle-0.8.1/src/settingsmanager.cpp	2009-07-16 23:30:28.000000000 +0200
+@@ -17,6 +17,7 @@
+  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+  **/
+ 
++#include <stdlib.h>
+ #include "settingsmanager.h"
+ 
+ SettingsManager::SettingsManager ()
+