pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/wm/blackbox Add patch-ad so it will build under gcc 3....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b7146e12aa9
branches:  trunk
changeset: 460465:7b7146e12aa9
user:      reed <reed%pkgsrc.org@localhost>
date:      Sat Aug 30 20:34:14 2003 +0000

description:
Add patch-ad so it will build under gcc 3.3.1. Error was:
  Window.cc:3234: error: `assert' undeclared (first use this function)
(Approved by maintainer, jschauma.)

diffstat:

 wm/blackbox/distinfo         |   3 ++-
 wm/blackbox/patches/patch-ad |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (30 lines):

diff -r 031a898b62db -r 7b7146e12aa9 wm/blackbox/distinfo
--- a/wm/blackbox/distinfo      Sat Aug 30 20:30:19 2003 +0000
+++ b/wm/blackbox/distinfo      Sat Aug 30 20:34:14 2003 +0000
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.6 2003/02/20 16:54:16 jschauma Exp $
+$NetBSD: distinfo,v 1.7 2003/08/30 20:34:15 reed Exp $
 
 SHA1 (blackbox-0.65.0.tar.gz) = 903a35526b1c29912ca500b7f8c205368e60fc38
 Size (blackbox-0.65.0.tar.gz) = 292950 bytes
 SHA1 (patch-aa) = 265249c3e27da0d7dd9b2b85da1c417684c57e0f
 SHA1 (patch-ab) = 6081da04f0dbab0f711523114e130c176a0f1f05
 SHA1 (patch-ac) = 5f249a2e6d75e5d88605d6d8a1675d003b1cb52f
+SHA1 (patch-ad) = 0906aa36c45b1e9ebd8c10e166ac1ba8e345fd9e
diff -r 031a898b62db -r 7b7146e12aa9 wm/blackbox/patches/patch-ad
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/wm/blackbox/patches/patch-ad      Sat Aug 30 20:34:14 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 2003/08/30 20:34:14 reed Exp $
+
+--- src/Window.cc.orig 2002-09-17 08:23:35.000000000 -0700
++++ src/Window.cc
+@@ -44,6 +44,8 @@ extern "C" {
+ #endif // HAVE_STDLIB_H
+ }
+ 
++#include <cassert>
++
+ #include "i18n.hh"
+ #include "blackbox.hh"
+ #include "GCCache.hh"



Home | Main Index | Thread Index | Old Index