svn commit: r365017 - head/graphics/fotoxx/files

Adam Weinberger adamw at FreeBSD.org
Fri Aug 15 18:30:01 UTC 2014


Author: adamw
Date: Fri Aug 15 18:30:00 2014
New Revision: 365017
URL: http://svnweb.freebsd.org/changeset/ports/365017
QAT: https://qat.redports.org/buildarchive/r365017/

Log:
  Fix prototype to fix build on -current.

Added:
  head/graphics/fotoxx/files/patch-f.repair.cc   (contents, props changed)

Added: head/graphics/fotoxx/files/patch-f.repair.cc
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/fotoxx/files/patch-f.repair.cc	Fri Aug 15 18:30:00 2014	(r365017)
@@ -0,0 +1,11 @@
+--- f.repair.cc.orig	2014-08-15 14:19:11.000000000 -0400
++++ f.repair.cc	2014-08-15 14:20:01.000000000 -0400
+@@ -1571,7 +1571,7 @@
+ int smart_erase_dialog_event(zdialog *zd, const char *event)               //  overhauled
+ {
+    void smart_erase_func(int mode);
+-   void smart_erase_blur(float radius);
++   int smart_erase_blur(float radius);
+    
+    float       radius;
+    int         cc;


More information about the svn-ports-all mailing list