You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-fps/quake2-icculus/files/quake2-icculus-0.16.1-gnuso...

13 lines
316 B

--- quake2-r0.16.1/src/linux/q_shlinux.c
+++ quake2-r0.16.1-modified/src/linux/q_shlinux.c
@@ -17,6 +17,9 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#if !defined(_GNU_SOURCE)
+ #define _GNU_SOURCE
+#endif
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>