about summary refs log tree commit diff
path: root/pkgs/games/gav/gcc.patch
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-07 22:04:53 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2012-03-07 22:04:53 +0000
commit18ddc5f25ced4b20b7668964a072e0f0f4d37fb1 (patch)
tree47990aa7129252d0237bb06b16cf3a4e60c70e64 /pkgs/games/gav/gcc.patch
parent65f45ef322bc2897c303e78c33964e5b74808fa3 (diff)
downloadnixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.tar
nixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.tar.gz
nixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.tar.bz2
nixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.tar.lz
nixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.tar.xz
nixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.tar.zst
nixlib-18ddc5f25ced4b20b7668964a072e0f0f4d37fb1.zip
A little patch to gav, and it does not require gcc 4.1 anymore.
svn path=/nixpkgs/trunk/; revision=32863
Diffstat (limited to 'pkgs/games/gav/gcc.patch')
-rw-r--r--pkgs/games/gav/gcc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgs/games/gav/gcc.patch b/pkgs/games/gav/gcc.patch
new file mode 100644
index 000000000000..eb4c64727bce
--- /dev/null
+++ b/pkgs/games/gav/gcc.patch
@@ -0,0 +1,12 @@
+diff --git a/aarg.h b/aarg.h
+index a212870..907671c 100644
+--- a/aarg.h
++++ b/aarg.h
+@@ -5,6 +5,7 @@
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <unistd.h>
++#include <string.h>
+ #include <map>
+ #include <string>
+ #include <sstream>