diff options
author | joerg <joerg@pkgsrc.org> | 2006-09-20 15:05:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-09-20 15:05:57 +0000 |
commit | d88a138643f2bf44b55fcf99cccff7b47e0f17dc (patch) | |
tree | 24373a6da774f231b3ee617ec80659fdbcfbfcd4 /games | |
parent | d538a433b3dceeee11b8f1a65f0710f91e70b8af (diff) | |
download | pkgsrc-d88a138643f2bf44b55fcf99cccff7b47e0f17dc.tar.gz |
Lost patch.
Diffstat (limited to 'games')
-rw-r--r-- | games/stratagus/patches/patch-ad | 13 |
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) \ |