aboutsummaryrefslogtreecommitdiff
path: root/archivers/xpk
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-12-22 01:03:31 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-12-22 01:03:31 +0000
commit5ad171ccd01e68d4031bef59a184cf77919dbad4 (patch)
tree1a0b4898aa9ca5d25020b4ae4916163b5718fc17 /archivers/xpk
parenta43ffb9eecefe26216411bb04c035614f16703c3 (diff)
downloadports-5ad171ccd01e68d4031bef59a184cf77919dbad4.tar.gz
ports-5ad171ccd01e68d4031bef59a184cf77919dbad4.zip
Fix clang compile issue.
Notes
Notes: svn path=/head/; revision=287835
Diffstat (limited to 'archivers/xpk')
-rw-r--r--archivers/xpk/files/patch-shell_xQuery.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/xpk/files/patch-shell_xQuery.c b/archivers/xpk/files/patch-shell_xQuery.c
new file mode 100644
index 000000000000..99c50170eb10
--- /dev/null
+++ b/archivers/xpk/files/patch-shell_xQuery.c
@@ -0,0 +1,11 @@
+--- shell/xQuery.c.orig 2011-12-22 00:24:32.000000000 +0800
++++ shell/xQuery.c 2011-12-22 00:24:43.000000000 +0800
+@@ -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;