diff options
author | dholland <dholland> | 2011-08-28 20:50:04 +0000 |
---|---|---|
committer | dholland <dholland> | 2011-08-28 20:50:04 +0000 |
commit | 897fb8ee44342e8505496cd34a471c13bdd779cd (patch) | |
tree | 316eb96432ee0b832e3c8a03dab0bbf0a3097dd9 /archivers/xpk | |
parent | e634fa42ecdd7987330a56b02b9ff99c745ffd8e (diff) | |
download | pkgsrc-897fb8ee44342e8505496cd34a471c13bdd779cd.tar.gz |
void main
Diffstat (limited to 'archivers/xpk')
-rw-r--r-- | archivers/xpk/distinfo | 3 | ||||
-rw-r--r-- | archivers/xpk/patches/patch-shell_xquery_c | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/archivers/xpk/distinfo b/archivers/xpk/distinfo index eee79003de8..2bc59f25d3b 100644 --- a/archivers/xpk/distinfo +++ b/archivers/xpk/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 14:45:27 agc Exp $ +$NetBSD: distinfo,v 1.3 2011/08/28 20:50:04 dholland Exp $ SHA1 (xpk-0.1.4.tar.gz) = 0732f964516885ddde5ba7a1b88b09a0c6b249e4 RMD160 (xpk-0.1.4.tar.gz) = 63f845edef5d869d816df0e4c6043c265d44fdbb Size (xpk-0.1.4.tar.gz) = 239341 bytes +SHA1 (patch-shell_xquery_c) = da8a47fa2f5ac22c404cfbcda3f7b8ce86eb995d diff --git a/archivers/xpk/patches/patch-shell_xquery_c b/archivers/xpk/patches/patch-shell_xquery_c new file mode 100644 index 00000000000..ed7ee738a24 --- /dev/null +++ b/archivers/xpk/patches/patch-shell_xquery_c @@ -0,0 +1,15 @@ +$NetBSD: patch-shell_xquery_c,v 1.1 2011/08/28 20:50:04 dholland Exp $ + +fix void main. + +--- shell/xQuery.c~ 2000-04-15 00:37:42.000000000 +0000 ++++ shell/xQuery.c +@@ -83,7 +83,7 @@ void packerquery(unsigned int packerid) + printf("\n"); + } + +-void main(int argc, char **argv) ++int main(int argc, char **argv) + { + struct XpkPackerList list; + int i; |