diff options
author | abs <abs> | 2009-12-18 01:09:23 +0000 |
---|---|---|
committer | abs <abs> | 2009-12-18 01:09:23 +0000 |
commit | 9bed0f2d7ae3b988554e26acb82249fc2d81a44c (patch) | |
tree | e99a91767ae9ef2d68ffe756907af52f42568d4c /comms/fidogate/patches/patch-bf | |
parent | 3bd36d48b58d6f53b910eba69ca847efab4774fb (diff) | |
download | pkgsrc-9bed0f2d7ae3b988554e26acb82249fc2d81a44c.tar.gz |
You are in a maze of twisty little Makefiles, all with short install targets
Somewhat more than 11 rooms later... PKG_DESTDIR_SUPPORT
Diffstat (limited to 'comms/fidogate/patches/patch-bf')
-rw-r--r-- | comms/fidogate/patches/patch-bf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/comms/fidogate/patches/patch-bf b/comms/fidogate/patches/patch-bf index 35f7c5776cd..60d35461b24 100644 --- a/comms/fidogate/patches/patch-bf +++ b/comms/fidogate/patches/patch-bf @@ -1,9 +1,9 @@ -$NetBSD: patch-bf,v 1.1 2007/09/29 12:32:22 rillig Exp $ +$NetBSD: patch-bf,v 1.2 2009/12/18 01:09:23 abs Exp $ Unused variable. ---- src/include/prototypes.h.orig 2004-08-22 22:19:12.000000000 +0200 -+++ src/include/prototypes.h 2007-09-29 14:29:31.000000000 +0200 +--- src/include/prototypes.h.orig 2004-08-22 20:19:12.000000000 +0000 ++++ src/include/prototypes.h @@ -49,9 +49,6 @@ int list_init (char ***, char *); int list_match (register int, char **, char **); #endif |