summaryrefslogtreecommitdiff
path: root/games/bastet/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'games/bastet/patches/patch-ac')
-rw-r--r--games/bastet/patches/patch-ac15
1 files changed, 15 insertions, 0 deletions
diff --git a/games/bastet/patches/patch-ac b/games/bastet/patches/patch-ac
new file mode 100644
index 00000000000..596702e2494
--- /dev/null
+++ b/games/bastet/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2006/09/14 21:18:44 rillig Exp $
+
+For one-time building, the dependencies are not needed.
+
+--- Makefile.orig 2004-10-19 19:54:58.000000000 +0200
++++ Makefile 2006-09-14 23:12:00.064244064 +0200
+@@ -26,8 +26,6 @@ $(EXNAME) : $(SOURCES:.c=.o)
+ | sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' > $@; \
+ [ -s $@ ] || rm -f $@
+
+-include $(SOURCES:.c=.d)
+-
+ %.o: %.c
+ $(CC) $(CFLAGS) -c $< -o $@
+