summaryrefslogtreecommitdiff
path: root/games/crossfire-srv/patches
diff options
context:
space:
mode:
authorgarbled <garbled@pkgsrc.org>2001-07-19 05:58:51 +0000
committergarbled <garbled@pkgsrc.org>2001-07-19 05:58:51 +0000
commit8406dbad906ce9b1062b077817eb01c1408ef06f (patch)
tree0b07df5d5dcb293e988c930feb77b9e00b316fb9 /games/crossfire-srv/patches
parentbac143f57991c9dd1faa709758066a4c5f36e115 (diff)
downloadpkgsrc-8406dbad906ce9b1062b077817eb01c1408ef06f.tar.gz
Update this pkg to 1.0.0, the current version of crossfire. No changelog
available.
Diffstat (limited to 'games/crossfire-srv/patches')
-rw-r--r--games/crossfire-srv/patches/patch-aa8
-rw-r--r--games/crossfire-srv/patches/patch-ab12
2 files changed, 4 insertions, 16 deletions
diff --git a/games/crossfire-srv/patches/patch-aa b/games/crossfire-srv/patches/patch-aa
index c6bdfaac579..62f4a9c4191 100644
--- a/games/crossfire-srv/patches/patch-aa
+++ b/games/crossfire-srv/patches/patch-aa
@@ -1,6 +1,6 @@
-$NetBSD: patch-aa,v 1.2 2000/12/13 08:31:02 garbled Exp $
---- crossedit/Makefile.in.orig Tue Dec 5 23:30:11 2000
-+++ crossedit/Makefile.in Tue Dec 5 23:31:40 2000
+$NetBSD: patch-aa,v 1.3 2001/07/19 05:58:51 garbled Exp $
+--- crossedit/Makefile.in.orig Sun May 13 14:55:43 2001
++++ crossedit/Makefile.in Wed Jul 18 18:05:33 2001
@@ -67,7 +67,7 @@
DEPEND = makedepend
@@ -8,5 +8,5 @@ $NetBSD: patch-aa,v 1.2 2000/12/13 08:31:02 garbled Exp $
-X11LIBS= @X_LIBS@ @X_EXTRA_LIBS@ @X11LIBS@
+X11LIBS= @LDFLAGS@ @X_LIBS@ @X_EXTRA_LIBS@ @X11LIBS@
- LIBS = @LIBS@ $(X11LIBS)
+ LIBS = @LIBS@ @LDFLAGS@ $(X11LIBS)
diff --git a/games/crossfire-srv/patches/patch-ab b/games/crossfire-srv/patches/patch-ab
deleted file mode 100644
index 198cd7a8e5a..00000000000
--- a/games/crossfire-srv/patches/patch-ab
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2000/12/13 08:31:02 garbled Exp $
---- crossedit/Cnv/Makefile.in.orig Tue Dec 5 23:34:36 2000
-+++ crossedit/Cnv/Makefile.in Tue Dec 5 23:34:56 2000
-@@ -13,7 +13,7 @@
- INCLUDES= -I@x_includes@ $(EXTRA_INCLUDES) -I../include -I. -I../../include
-
- X11LIBS = @X11LIBS@
--LIBS = @LIBS@ $(X11LIBS)
-+LIBS = @LDFLAGS@ @LIBS@ $(X11LIBS)
-
- DEPEND = @DEPEND@
-