Hello,
I just used csup to install ports. And I tried to compile gettext. But I get an error about an undefined symbol "old_res_ptr" at line 178.
Just a few lines before that, the declaration is wrong. It says "old_rec_ptr" instead of "old_res_ptr". Changing this line fixes the problem.
Not sure where to report that, so I'm posting it here since it may help someone somewhere.
I just used csup to install ports. And I tried to compile gettext. But I get an error about an undefined symbol "old_res_ptr" at line 178.
Just a few lines before that, the declaration is wrong. It says "old_rec_ptr" instead of "old_res_ptr". Changing this line fixes the problem.
Not sure where to report that, so I'm posting it here since it may help someone somewhere.