summaryrefslogtreecommitdiff
path: root/games/xconq
diff options
context:
space:
mode:
authorkleink <kleink>2014-01-25 00:01:21 +0000
committerkleink <kleink>2014-01-25 00:01:21 +0000
commit3f98766207e79740b0d7984e69bc8919bde8fae0 (patch)
tree546adeb9c2b7a31d3e9ea07a0d1a7e6693957284 /games/xconq
parent0326ae48c1eae161ba31dcd2416579454838c18e (diff)
downloadpkgsrc-3f98766207e79740b0d7984e69bc8919bde8fae0.tar.gz
Xconq still requires legacy Tcl/Tk structure members, so have its headers
expose them.
Diffstat (limited to 'games/xconq')
-rw-r--r--games/xconq/distinfo4
-rw-r--r--games/xconq/patches/patch-ab8
2 files changed, 6 insertions, 6 deletions
diff --git a/games/xconq/distinfo b/games/xconq/distinfo
index bdca477dbe8..d6c56652374 100644
--- a/games/xconq/distinfo
+++ b/games/xconq/distinfo
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.12 2010/10/03 10:43:02 obache Exp $
+$NetBSD: distinfo,v 1.13 2014/01/25 00:01:21 kleink Exp $
SHA1 (xconq-7.4.1.tar.gz) = b7d03d17806500f05c23889a00b7608843a27ce7
RMD160 (xconq-7.4.1.tar.gz) = e596eaccb6a48709e9ceb58fc59e715e36dbf43a
Size (xconq-7.4.1.tar.gz) = 3402832 bytes
SHA1 (patch-aa) = 8b594e6003e3a5b271900f77edf0c62ea364f5e3
-SHA1 (patch-ab) = 243e56e694d5d2e1df36179c02f1ac34532f68c3
+SHA1 (patch-ab) = 113cae3a645a2e756a6c7f09f2cbb49b53e2a37f
SHA1 (patch-ac) = 8d94cbd1ecbd181c98e8e1ea8eb705e9f966eb39
SHA1 (patch-ad) = 2e20bd999e935eaccd2c569ca6712ff28187c244
SHA1 (patch-ae) = fc440492eac9aa6feafb31dc6ba6bfceeb5408a4
diff --git a/games/xconq/patches/patch-ab b/games/xconq/patches/patch-ab
index 5a71d49b370..8acb3bfe357 100644
--- a/games/xconq/patches/patch-ab
+++ b/games/xconq/patches/patch-ab
@@ -1,13 +1,13 @@
-$NetBSD: patch-ab,v 1.7 2010/10/03 10:43:03 obache Exp $
+$NetBSD: patch-ab,v 1.8 2014/01/25 00:01:21 kleink Exp $
---- tcltk/Makefile.in.orig 2000-07-14 15:39:55.000000000 +0000
-+++ tcltk/Makefile.in
+--- tcltk/Makefile.in.orig 2000-07-14 17:39:55.000000000 +0200
++++ tcltk/Makefile.in 2014-01-24 22:54:38.000000000 +0100
@@ -96,7 +96,7 @@ HFLAGS = @HFLAGS@
X11_INCLUDE_FLAGS = @XINCLUDES@
-ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(srcdir)/../tcl/generic -I$(srcdir)/../tk/generic $(X11_INCLUDE_FLAGS)
-+ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(LOCALBASE)/include/tcl/generic -I$(LOCALBASE)/include/tk/generic $(X11_INCLUDE_FLAGS)
++ALL_CFLAGS = $(CFLAGS) $(HFLAGS) -I$(srcdir) -I$(srcdir)/.. -I$(krnsrcdir) -I$(LOCALBASE)/include/tcl/generic -I$(LOCALBASE)/include/tk/generic $(X11_INCLUDE_FLAGS) -DUSE_INTERP_RESULT
.c.o:
$(CC) -c $(ALL_CFLAGS) $<