summaryrefslogtreecommitdiff
path: root/games/quakespasm/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'games/quakespasm/patches/patch-aa')
-rw-r--r--games/quakespasm/patches/patch-aa22
1 files changed, 19 insertions, 3 deletions
diff --git a/games/quakespasm/patches/patch-aa b/games/quakespasm/patches/patch-aa
index 4b41c1cfe55..101f3f736d6 100644
--- a/games/quakespasm/patches/patch-aa
+++ b/games/quakespasm/patches/patch-aa
@@ -1,7 +1,23 @@
-$NetBSD: patch-aa,v 1.1.1.1 2010/03/08 22:00:31 snj Exp $
+$NetBSD: patch-aa,v 1.2 2011/12/14 00:11:33 marino Exp $
---- Makefile.orig 2010-02-18 08:55:28.000000000 -0800
-+++ Makefile 2010-03-07 18:05:57.000000000 -0800
+--- Makefile.orig 2010-02-18 16:55:28.000000000 +0000
++++ Makefile
+@@ -20,13 +20,13 @@ check_gcc = $(shell if echo | $(CC) $(1)
+ DEBUG ?= 0
+ BUILDDIR := .
+
+-SYSNAME := $(shell uname -s)
++SYSNAME := $(shell uname -s)
+
+ ifneq (,$(findstring MINGW32,$(SYSNAME)))
+ HOST_OS = WIN32
+ TOPDIR := $(shell pwd -W)
+ else
+-ifneq (,$(findstring $(SYSNAME),FreeBSD NetBSD OpenBSD))
++ifneq (,$(findstring $(SYSNAME),FreeBSD NetBSD OpenBSD DragonFly))
+ HOST_OS = UNIX
+ UNIX = bsd
+ TOPDIR := $(shell pwd)
@@ -138,7 +138,7 @@ common.o gl_rlight.o host_cmd.o ne
# ------------------------