diff options
author | dholland <dholland@pkgsrc.org> | 2011-08-11 02:40:52 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2011-08-11 02:40:52 +0000 |
commit | 55eda27bf251477a648cf3c91e62f86d86dc95a9 (patch) | |
tree | df9ae8043a8e436fb3457d73b647f94baad375f6 /x11 | |
parent | 8f96e60465f6ef070bfc0fcac4d2d2b704872a66 (diff) | |
download | pkgsrc-55eda27bf251477a648cf3c91e62f86d86dc95a9.tar.gz |
Restore a patch hunk lost when abs@ added DESTDIR support. This hunk
has no effect by default, but it identifies the otherwise highly
obscure place you can throw a switch to build xview with debug info,
and, by being here, makes it possible to throw that switch relatively
easily.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xview-config/distinfo | 4 | ||||
-rw-r--r-- | x11/xview-config/patches/patch-ab | 9 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11/xview-config/distinfo b/x11/xview-config/distinfo index 7a027c944df..a6195a2e403 100644 --- a/x11/xview-config/distinfo +++ b/x11/xview-config/distinfo @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.8 2009/12/22 20:48:41 abs Exp $ +$NetBSD: distinfo,v 1.9 2011/08/11 02:40:52 dholland Exp $ SHA1 (xview3.2p1-X11R6.tar.gz) = 1cd04231b893c3e6c70b56791d527b498e21a27a RMD160 (xview3.2p1-X11R6.tar.gz) = 2f21b14cb088aec887683bbc6d4ed9a3bc3fe2bb Size (xview3.2p1-X11R6.tar.gz) = 3436814 bytes SHA1 (patch-aa) = a6ec694a489cb6d2da58d73e089974249a30d543 -SHA1 (patch-ab) = ec46e8cb2d44bb1eedcef55a8041d4c0ab16559a +SHA1 (patch-ab) = cafcf2582ee1267be7e00f403ffe2f6bc3da4280 SHA1 (patch-ac) = 7f664dd96b3b66d7483f07da476a411bfec49acf SHA1 (patch-ad) = d648af539f4261e0bc25b6a3b69dc3b76213c2ed SHA1 (patch-ae) = f20b16be4ce57e241ce01b0999fb1ae6d3fbc98a diff --git a/x11/xview-config/patches/patch-ab b/x11/xview-config/patches/patch-ab index 6db249b1280..a0dda45fda3 100644 --- a/x11/xview-config/patches/patch-ab +++ b/x11/xview-config/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.8 2009/12/10 20:34:44 abs Exp $ +$NetBSD: patch-ab,v 1.9 2011/08/11 02:40:52 dholland Exp $ --- XView.cf.orig 1994-06-27 02:09:19.000000000 +0000 +++ XView.cf @@ -29,6 +29,13 @@ $NetBSD: patch-ab,v 1.8 2009/12/10 20:34:44 abs Exp $ # endif #endif /* +@@ -232,5 +232,5 @@ + */ + #ifndef DebugLibXView +-#define DebugLibXView NO ++#define DebugLibXView NO + #endif + /* @@ -259,7 +259,7 @@ * following variable to YES. */ |