diff options
author | apb <apb@pkgsrc.org> | 2009-07-05 19:40:59 +0000 |
---|---|---|
committer | apb <apb@pkgsrc.org> | 2009-07-05 19:40:59 +0000 |
commit | 7b7f36fc7c7e9d82b861b314f99507af2a101aba (patch) | |
tree | 8f156bec9156b651c4a9a55bbab5f147af79fffc /archivers | |
parent | 4c22280d717b370b5929b7c2dc78d8e23abe7874 (diff) | |
download | pkgsrc-7b7f36fc7c7e9d82b861b314f99507af2a101aba.tar.gz |
Add a patch to change
#include "/home/paolo/workspace/file-roller/src/typedefs.h"
to
#include "typedefs.h".
in src/fr-enum-types.c. Not bumping PKGREVISION because the build
failed previously. There are many other references to
/home/paolo/workspace, but all the others are inside comments.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/file-roller/distinfo | 3 | ||||
-rw-r--r-- | archivers/file-roller/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/archivers/file-roller/distinfo b/archivers/file-roller/distinfo index f66e38fa84e..dfd34d75f93 100644 --- a/archivers/file-roller/distinfo +++ b/archivers/file-roller/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.45 2009/05/19 13:55:25 wiz Exp $ +$NetBSD: distinfo,v 1.46 2009/07/05 19:40:59 apb Exp $ SHA1 (file-roller-2.26.2.tar.bz2) = 4989d1e2d5c7f13e9e5612625ae9ea5770f551cb RMD160 (file-roller-2.26.2.tar.bz2) = 7697cc08cb493da99d21afb913f5e1a57ca8de9c Size (file-roller-2.26.2.tar.bz2) = 1565897 bytes SHA1 (patch-aa) = 0e536d0b9c8e88b97ea7af600e3bb6d6ba496acf +SHA1 (patch-ab) = cc9b568c0cb14d90645d07340589b78c4cf6fee9 diff --git a/archivers/file-roller/patches/patch-ab b/archivers/file-roller/patches/patch-ab new file mode 100644 index 00000000000..e1c00f016e4 --- /dev/null +++ b/archivers/file-roller/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.7 2009/07/05 19:40:59 apb Exp $ + +--- src/fr-enum-types.c.orig 2009-04-30 11:03:57.000000000 +0200 ++++ src/fr-enum-types.c +@@ -4,7 +4,7 @@ + #include <glib-object.h> + + /* enumerations from "/home/paolo/workspace/file-roller/src/typedefs.h" */ +-#include "/home/paolo/workspace/file-roller/src/typedefs.h" ++#include "typedefs.h" + GType + fr_compression_get_type (void) + { |