diff options
author | minskim <minskim> | 2004-06-05 04:44:20 +0000 |
---|---|---|
committer | minskim <minskim> | 2004-06-05 04:44:20 +0000 |
commit | 519b9858d1fc0de4e9486339498ffff079cc074d (patch) | |
tree | 19c323818b45823e20e2732fd23c0c26114cd83f /games | |
parent | 31464bb56051547fc3d68b065206bb631ec57b1b (diff) | |
download | pkgsrc-519b9858d1fc0de4e9486339498ffff079cc074d.tar.gz |
Make this package build with thread-enabled Tcl.
Diffstat (limited to 'games')
-rw-r--r-- | games/xconq/distinfo | 3 | ||||
-rw-r--r-- | games/xconq/patches/patch-ai | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/xconq/distinfo b/games/xconq/distinfo index c79a7783326..f78fc6a7438 100644 --- a/games/xconq/distinfo +++ b/games/xconq/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2003/07/30 10:52:35 kleink Exp $ +$NetBSD: distinfo,v 1.6 2004/06/05 04:44:20 minskim Exp $ SHA1 (xconq-7.4.1.tar.gz) = b7d03d17806500f05c23889a00b7608843a27ce7 Size (xconq-7.4.1.tar.gz) = 3402832 bytes @@ -10,3 +10,4 @@ SHA1 (patch-ae) = fc440492eac9aa6feafb31dc6ba6bfceeb5408a4 SHA1 (patch-af) = 420a6702dd189058873da4a5353ebad020bec018 SHA1 (patch-ag) = 2a5989750d187d911e7bf443a1354a390dd7ab2d SHA1 (patch-ah) = 56ed616d61b2029bbf1dcd9a9fb1b89793761c5c +SHA1 (patch-ai) = 10d285f9693f79f8591f1f24baf8916f0973b9a1 diff --git a/games/xconq/patches/patch-ai b/games/xconq/patches/patch-ai new file mode 100644 index 00000000000..6e34ee92971 --- /dev/null +++ b/games/xconq/patches/patch-ai @@ -0,0 +1,13 @@ +$NetBSD: patch-ai,v 1.3 2004/06/05 04:44:20 minskim Exp $ + +--- configure.orig 2000-06-13 07:55:41.000000000 -0500 ++++ configure +@@ -1212,7 +1212,7 @@ fi + + + +- ++TCL_DL_LIBS="$TCL_DL_LIBS $TCL_LIBS" + + # + # Ok, lets find the tk configuration |