diff options
author | martin <martin@pkgsrc.org> | 2005-11-13 19:18:14 +0000 |
---|---|---|
committer | martin <martin@pkgsrc.org> | 2005-11-13 19:18:14 +0000 |
commit | 0fc46316926d49b77d64bea7b67b78d7d613271f (patch) | |
tree | d96c9d92f9dab7065d46c79b2e7cc9657a518202 /wm/qvwm/patches | |
parent | c03d2254c90c3d47cb68cada23aa9752247b24e0 (diff) | |
download | pkgsrc-0fc46316926d49b77d64bea7b67b78d7d613271f.tar.gz |
Support option "debug" and make the pkg compile with debugging support.
Diffstat (limited to 'wm/qvwm/patches')
-rw-r--r-- | wm/qvwm/patches/patch-ab | 13 | ||||
-rw-r--r-- | wm/qvwm/patches/patch-ac | 12 |
2 files changed, 25 insertions, 0 deletions
diff --git a/wm/qvwm/patches/patch-ab b/wm/qvwm/patches/patch-ab new file mode 100644 index 00000000000..471fdf2181e --- /dev/null +++ b/wm/qvwm/patches/patch-ab @@ -0,0 +1,13 @@ +# $NetBSD: patch-ab,v 1.1 2005/11/13 19:18:14 martin Exp $ + +--- src/paging.cc.orig 2001-05-28 11:37:08.000000000 +0200 ++++ src/paging.cc 2005-11-13 14:19:10.000000000 +0100 +@@ -518,7 +518,7 @@ + return (BeltPos)i; + } + +- ASSERT(FALSE); ++ ASSERT(0); + + return BOTTOM; // XXX + } diff --git a/wm/qvwm/patches/patch-ac b/wm/qvwm/patches/patch-ac new file mode 100644 index 00000000000..e46ff871774 --- /dev/null +++ b/wm/qvwm/patches/patch-ac @@ -0,0 +1,12 @@ +# $NetBSD: patch-ac,v 1.1 2005/11/13 19:18:14 martin Exp $ + +--- src/image.cc.orig 2001-03-03 10:44:27.000000000 +0100 ++++ src/image.cc 2005-11-13 19:59:35.000000000 +0100 +@@ -22,6 +22,7 @@ + #include "config.h" + #endif + #include <string.h> ++#include <stdlib.h> + #include <X11/Xlib.h> + #include <X11/Xutil.h> + #include "main.h" |