Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 10:34:25 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304194 - head/games/xeyesplus/files
Message-ID:  <201209131034.q8DAYPk6075505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
+ {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209131034.q8DAYPk6075505>