diff options
author | marino <marino@pkgsrc.org> | 2011-12-14 00:12:38 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-14 00:12:38 +0000 |
commit | 92281174abb373d069c8461a485b90a8019aea69 (patch) | |
tree | 23faf4af945fc3c5217ec3472fd59de79be11d64 /games/tyrquake/patches | |
parent | e7ada86bb5c9a52953b199cbf7d9af2f9116fe87 (diff) | |
download | pkgsrc-92281174abb373d069c8461a485b90a8019aea69.tar.gz |
games/tyrquake: Get makefile to recognize DragonFly
Diffstat (limited to 'games/tyrquake/patches')
-rw-r--r-- | games/tyrquake/patches/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/games/tyrquake/patches/patch-aa b/games/tyrquake/patches/patch-aa index 8b190e7a930..d40b6a66c38 100644 --- a/games/tyrquake/patches/patch-aa +++ b/games/tyrquake/patches/patch-aa @@ -1,7 +1,16 @@ -$NetBSD: patch-aa,v 1.1.1.1 2010/03/09 23:20:01 snj Exp $ +$NetBSD: patch-aa,v 1.2 2011/12/14 00:12:38 marino Exp $ ---- Makefile.orig 2010-03-07 13:13:21.000000000 -0800 -+++ Makefile 2010-03-07 13:13:51.000000000 -0800 +--- Makefile.orig 2009-07-05 05:43:49.000000000 +0000 ++++ Makefile +@@ -37,7 +37,7 @@ 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) @@ -611,11 +611,11 @@ tyr-glquake.exe: $(patsubst %,$(NQGLDIR) # Unix |