diff options
author | agc <agc@pkgsrc.org> | 2004-08-04 18:55:40 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-08-04 18:55:40 +0000 |
commit | b0a4da5fd387e1c406c4b56b6c4275c56eabd534 (patch) | |
tree | 9443bc50f4ee4d5585a69848f484387a1ebbb625 /games/tads | |
parent | bcfcd99a7b75e45c8dda36873aeb68c07aad4aab (diff) | |
download | pkgsrc-b0a4da5fd387e1c406c4b56b6c4275c56eabd534.tar.gz |
Allow this package to build with gcc 3.3
Diffstat (limited to 'games/tads')
-rw-r--r-- | games/tads/distinfo | 3 | ||||
-rw-r--r-- | games/tads/patches/patch-ad | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/tads/distinfo b/games/tads/distinfo index b2efa615701..dda862ab298 100644 --- a/games/tads/distinfo +++ b/games/tads/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/10/05 22:09:58 dillo Exp $ +$NetBSD: distinfo,v 1.2 2004/08/04 18:55:40 agc Exp $ SHA1 (tads23-unix.tar.gz) = 0d462f19087a257257acf5b57cab30eecd3bfb56 Size (tads23-unix.tar.gz) = 3470301 bytes SHA1 (patch-aa) = 70e1acb58e7a15e05303e69cb77fa68fa454ce3d SHA1 (patch-ab) = b8e48ff15ef5fa1834c98a5bcc6df3d732dfe062 SHA1 (patch-ac) = 43f30f1c1c2c52d3164cb8439b2bb86b5609f0cc +SHA1 (patch-ad) = 6cd18579922421a17a84abdb93569a5720ca9dd9 diff --git a/games/tads/patches/patch-ad b/games/tads/patches/patch-ad new file mode 100644 index 00000000000..eafa3f9151d --- /dev/null +++ b/games/tads/patches/patch-ad @@ -0,0 +1,13 @@ +$NetBSD: patch-ad,v 1.1 2004/08/04 18:55:40 agc Exp $ + +--- tads3/tcpndrv.h 2004/08/04 18:47:43 1.1 ++++ tads3/tcpndrv.h 2004/08/04 18:47:48 +@@ -1321,7 +1321,7 @@ + class_obj_ = class_obj; + + /* we have no modification object yet */ +- mod_obj_ = TCTARG_INVALID_OBJ; ++ mod_obj_ = (CTcSymObj*) TCTARG_INVALID_OBJ; + } + + /* add a property to my list */ |