svn commit: r304194 - head/games/xeyesplus/files

Niclas Zeising zeising at FreeBSD.org
Thu Sep 13 10:34:26 UTC 2012


Author: zeising
Date: Thu Sep 13 10:34:25 2012
New Revision: 304194
URL: http://svn.freebsd.org/changeset/ports/304194

Log:
  Fix build with clang.
  
  Approved by:	kwm (mentor)

Added:
  head/games/xeyesplus/files/
  head/games/xeyesplus/files/patch-xeyes+.c   (contents, props changed)

Added: head/games/xeyesplus/files/patch-xeyes+.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/xeyesplus/files/patch-xeyes+.c	Thu Sep 13 10:34:25 2012	(r304194)
@@ -0,0 +1,11 @@
+--- xeyes+.c.orig	2012-09-11 09:39:46.000000000 +0200
++++ xeyes+.c	2012-09-11 09:40:06.000000000 +0200
+@@ -111,7 +111,7 @@
+ }
+ 
+ 
+-void main(argc, argv)
++int main(argc, argv)
+ int argc;
+ char **argv;
+ {



More information about the svn-ports-all mailing list