diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-05 04:44:20 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-05 04:44:20 +0000 |
commit | 4ff7c63db1bc19ba5cb004ab00fdd774d5412214 (patch) | |
tree | 19c323818b45823e20e2732fd23c0c26114cd83f /games/xconq/patches | |
parent | 286b465b386690fcbef35f8ae9e67cbd6ed07f03 (diff) | |
download | pkgsrc-4ff7c63db1bc19ba5cb004ab00fdd774d5412214.tar.gz |
Make this package build with thread-enabled Tcl.
Diffstat (limited to 'games/xconq/patches')
-rw-r--r-- | games/xconq/patches/patch-ai | 13 |
1 files changed, 13 insertions, 0 deletions
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 |