From 7b7f36fc7c7e9d82b861b314f99507af2a101aba Mon Sep 17 00:00:00 2001 From: apb Date: Sun, 5 Jul 2009 19:40:59 +0000 Subject: 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. --- archivers/file-roller/distinfo | 3 ++- archivers/file-roller/patches/patch-ab | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 archivers/file-roller/patches/patch-ab (limited to 'archivers') 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 + + /* 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) + { -- cgit v1.2.3