fix for PR#44382 (don't use inline with sunpro compiler)
This commit is contained in:
parent
f8a407819d
commit
dfe9c88550
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.31 2009/06/10 13:33:39 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.32 2011/01/18 18:39:13 tez Exp $
|
||||
|
||||
DISTNAME= eggdrop1.6.19
|
||||
PKGNAME= eggdrop-1.6.19
|
||||
|
@ -23,6 +23,12 @@ GNU_CONFIGURE= yes
|
|||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
|
||||
CONFIGURE_ENV+= TCLLIB="${PREFIX}/lib" TCLINC="${PREFIX}/include"
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
.if !empty(PKGSRC_COMPILER:Msunpro)
|
||||
# fix for PR#44382
|
||||
CONFIGURE_ENV+= ac_cv_c_inline=
|
||||
.endif
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/eggdrop
|
||||
CONF_FILES= ${EGDIR}/eggdrop.conf ${PKG_SYSCONFDIR}/eggdrop.conf
|
||||
|
||||
|
|
Loading…
Reference in a new issue