pkgsrc/games/xevil/patches/patch-au
dholland 99425e0bd2 Fix broken build on amd64. Also combine two patches that were to the same
file, don't include the SUBST results in the patch, and add a missing dep
on libX11. PKGREVISION++.
2008-08-17 23:50:06 +00:00

15 lines
440 B
Text

$NetBSD: patch-au,v 1.1 2008/08/17 23:50:06 dholland Exp $
--- cmn/utils.h~ 2003-03-19 10:03:50.000000000 -0500
+++ cmn/utils.h 2008-08-17 19:21:44.000000000 -0400
@@ -376,8 +376,10 @@ public:
int get_write_length() const {return get_write_length(len);}
/* EFFECTS: write_length of this list */
+#if 0 /* unused and broken */
void write(OutStreamP) const;
/* EFFECTS: Write to stream. */
+#endif
void add(void *);