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)



The following reply was made to PR pkg/44382; it has been noted by GNATS.

From: Tim Zingelman <zingelman%gmail.com@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: solaris-pkg-people%netbsd.org@localhost, pkg-manager%netbsd.org@localhost, 
        pkgsrc-bugs%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, 
wiz%netbsd.org@localhost, 
        jan.guttek%tekian.eu@localhost
Subject: Re: pkg/44382 (chat/eggdrop linking problem on SunOS)
Date: Thu, 13 Jan 2011 16:21:49 -0600

 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