svn commit: r318184 - head/graphics/xaos/files

Mikhail Teterin mi at FreeBSD.org
Tue May 14 18:24:33 UTC 2013


Author: mi
Date: Tue May 14 18:24:33 2013
New Revision: 318184
URL: http://svnweb.freebsd.org/changeset/ports/318184

Log:
  Reconcile declarations and definitions of a few static functions
  to make compilable by the newer compilers (gcc47, gcc48).
  
  Approved by:	maintainer

Added:
  head/graphics/xaos/files/patch-registers   (contents, props changed)

Added: head/graphics/xaos/files/patch-registers
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/xaos/files/patch-registers	Tue May 14 18:24:33 2013	(r318184)
@@ -0,0 +1,18 @@
+--- src/engine/zoomd.c	2009-07-17 19:50:31.000000000 -0400
++++ src/engine/zoomd.c	2013-05-13 15:15:44.000000000 -0400
+@@ -281,5 +281,5 @@
+ #undef bpp1
+ 
+-static INLINE void fillline(int line)
++static INLINE REGISTERS(0) void fillline(int line)
+ {
+     register unsigned char *RESTRICT vbuff = cimage.currlines[line];
+--- src/engine/zoom.c	2013-05-13 15:12:54.000000000 -0400
++++ src/engine/zoom.c	2013-05-13 15:18:23.000000000 -0400
+@@ -934,5 +934,5 @@
+ 
+ #ifndef USE_i386ASM
+-static /*INLINE */ void
++static REGISTERS(0) void
+ moveoldpoints(void /*@unused@ */ *data1,
+ 	      struct taskinfo /*@unused@ */ *task,


More information about the svn-ports-all mailing list