diff options
author | marino <marino@pkgsrc.org> | 2011-12-14 00:11:33 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2011-12-14 00:11:33 +0000 |
commit | e7ada86bb5c9a52953b199cbf7d9af2f9116fe87 (patch) | |
tree | 38eb26a625c7ec2f9e033f78702272dd1eefad19 /games/quakespasm | |
parent | 70538300082859cd84bad0e20a086ada5f64939e (diff) | |
download | pkgsrc-e7ada86bb5c9a52953b199cbf7d9af2f9116fe87.tar.gz |
games/quakespasm: Get makefile to recognize DragonFly
Diffstat (limited to 'games/quakespasm')
-rw-r--r-- | games/quakespasm/distinfo | 4 | ||||
-rw-r--r-- | games/quakespasm/patches/patch-aa | 22 |
2 files changed, 21 insertions, 5 deletions
diff --git a/games/quakespasm/distinfo b/games/quakespasm/distinfo index 27bb090c145..3e9dbde6fb6 100644 --- a/games/quakespasm/distinfo +++ b/games/quakespasm/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2010/03/08 22:00:31 snj Exp $ +$NetBSD: distinfo,v 1.2 2011/12/14 00:11:33 marino Exp $ SHA1 (quakespasm-0.85.1.tgz) = 4877148c09662c153a92c276116222e6c444f76d RMD160 (quakespasm-0.85.1.tgz) = d1ac2c9c96ea1b877e575351d5018730822169d3 Size (quakespasm-0.85.1.tgz) = 1519477 bytes -SHA1 (patch-aa) = 0665fd591c509216ccdb9a72b00c0f4772b7834b +SHA1 (patch-aa) = a382add943fbbd98a243de41045a7ad1631c8ae8 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 # ------------------------ |