pkgsrc/sysutils/lavaps/patches/patch-ac
dholland 1224fd1290 Update lavaps to 2.7.
Note: there's an alternate Gnome user interface now; it would be nice to
be able to use it via PKG_OPTIONS, but I haven't done this yet.
2008-07-21 02:55:34 +00:00

12 lines
318 B
Text

$NetBSD: patch-ac,v 1.2 2008/07/21 02:55:34 dholland Exp $
--- src/tcl_blob_shape.cc~ 2003-11-30 20:05:57.000000000 -0500
+++ src/tcl_blob_shape.cc 2008-07-20 21:40:57.000000000 -0400
@@ -24,6 +24,7 @@
#ifdef USE_TCL_BLOB
#include <stdlib.h> // atoi
+#include <assert.h>
#include <tcl.h>
#include <iostream>