Date: Fri, 15 Aug 2014 18:30:01 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365017 - head/graphics/fotoxx/files Message-ID: <201408151830.s7FIU1YQ011440@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408151830.s7FIU1YQ011440>