pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/44382 (chat/eggdrop linking problem on SunOS)
This is apparently a known problem upstream...
http://forum.egghelp.org/viewtopic.php?t=11203
Add this to the Makefile after the existing CONFIGURE_ENV+= line:
.include "../../mk/bsd.prefs.mk"
.if !empty(PKGSRC_COMPILER:Msunpro)
CONFIGURE_ENV+= ac_cv_c_inline=
.endif
Then do a 'bmake clean' and try again.
Home |
Main Index |
Thread Index |
Old Index