summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/stratagus/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/stratagus/patches/patch-ad b/games/stratagus/patches/patch-ad
new file mode 100644
index 00000000000..b6bdbbfa485
--- /dev/null
+++ b/games/stratagus/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2006/09/20 15:05:57 joerg Exp $
+
+--- Makefile.orig 2006-09-19 21:32:43.000000000 +0200
++++ Makefile
+@@ -115,7 +115,7 @@ all-src: make-objdir $(OBJ)
+
+ # UNIX-TARGET
+ stratagus: $(OBJ)
+- $(CCLD) -o stratagus $^ $(STRATAGUS_LIBS) -I. $(CFLAGS)
++ $(CCLD) ${X11_LDFLAGS} -o stratagus $^ $(STRATAGUS_LIBS) -I. $(CFLAGS)
+
+ # WIN32-TARGET
+ stratagus.exe: $(OBJ) \