diff options
author | adamw <adamw@FreeBSD.org> | 2014-08-16 02:30:00 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-08-16 02:30:00 +0800 |
commit | 28403d6aeb31bc7991d482d882193f51fa9bbea8 (patch) | |
tree | 9efcabe0e4c3723bafa6e9eecebe38200ffe67e4 /graphics/fotoxx | |
parent | a3dadc8658536c26c87081987c5b56009f90ebfe (diff) | |
download | freebsd-ports-gnome-28403d6aeb31bc7991d482d882193f51fa9bbea8.tar.gz freebsd-ports-gnome-28403d6aeb31bc7991d482d882193f51fa9bbea8.tar.zst freebsd-ports-gnome-28403d6aeb31bc7991d482d882193f51fa9bbea8.zip |
Fix prototype to fix build on -current.
Diffstat (limited to 'graphics/fotoxx')
-rw-r--r-- | graphics/fotoxx/files/patch-f.repair.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/fotoxx/files/patch-f.repair.cc b/graphics/fotoxx/files/patch-f.repair.cc new file mode 100644 index 000000000000..53e698fbff80 --- /dev/null +++ b/graphics/fotoxx/files/patch-f.repair.cc @@ -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; |