This is a fix for the build issue on sparc64 for the ftp/quftp port. I'm not exactly sure why this problem exists, but changing the optimization flag within CFLAGS from -O6 to -02 fixes it. Further investation may be required, though this does fix the build and the application does function properly as far as I can tell. How-To-Repeat: Build ftp/quftp on sparc64 platform.
Sorry, that previous patch had some garbage in it from a previous workaround. Here is a cleaner one.
Will Andrews informed me that -O6 doesnt work on ANY FreeBSD system. Attached is the (final) patch removing the sparc64 conditional.
Whoops, wrong patch. heres the correct one.
*sigh* My email client doesnt like me today.
Responsible Changed From-To: freebsd-ports-bugs->kwm grap
State Changed From-To: open->closed Committed, thanks!