updated on Mon Jan 16 04:00:32 UTC 2012
[aur-mirror.git] / quake2 / gnusource.patch
blobcc7c8451293b424642de19e0b3b85c5780910e01
1 diff -Naur quake2-r0.16.1/src/linux/q_shlinux.c quake2-r0.16.1-modified/src/linux/q_shlinux.c
2 --- quake2-r0.16.1/src/linux/q_shlinux.c 2002-02-09 17:09:23.000000000 -0500
3 +++ quake2-r0.16.1-modified/src/linux/q_shlinux.c 2007-06-26 13:40:25.000000000 -0400
4 @@ -17,6 +17,9 @@
5 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
7 */
8 +#if !defined(_GNU_SOURCE)
9 + #define _GNU_SOURCE
10 +#endif
11 #include <sys/types.h>
12 #include <sys/stat.h>
13 #include <errno.h>