summaryrefslogtreecommitdiff
path: root/games/stratagus
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-09-20 15:05:57 +0000
committerjoerg <joerg@pkgsrc.org>2006-09-20 15:05:57 +0000
commitd88a138643f2bf44b55fcf99cccff7b47e0f17dc (patch)
tree24373a6da774f231b3ee617ec80659fdbcfbfcd4 /games/stratagus
parentd538a433b3dceeee11b8f1a65f0710f91e70b8af (diff)
downloadpkgsrc-d88a138643f2bf44b55fcf99cccff7b47e0f17dc.tar.gz
Lost patch.
Diffstat (limited to 'games/stratagus')
-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) \