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