Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 May 2001 01:39:16 +0900 (JST)
From:      Hajimu UMEMOTO <ume@mahoroba.org>
To:        lioux@uol.com.br
Cc:        ume@mahoroba.org
Subject:   Re: ports/27093: qpopper-4.0.1 - make fails
Message-ID:  <20010506.013916.30099291.ume@mahoroba.org>
In-Reply-To: <20010505132551.A43072@Fedaykin.here>
References:  <200105051550.f45Fo2F51925@freefall.freebsd.org> <20010506.010810.07556033.ume@mahoroba.org> <20010505132551.A43072@Fedaykin.here>

next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> On Sat, 5 May 2001 13:25:52 -0300
>>>>> "Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br> said:

> I met same problem here.  If gdbm is installed, configure find it out
> and set `#define HAVE_GDBM_H 1' into config.h.  It causes the problem.
> I did delete HAVE_GDBM_H line from config.h after `make configure' for
> workaround.
 
lioux> 	Could you try the following patch?

Unfortunately, I tried it, then it didn't help.  It works not for
`HAVE_GDBM_H' but for `GDBM'.  In configure.in, gdbm.h is absolutely
checked out by:

  AC_CHECK_HEADER( gdbm.h, GDBM_H="yes"; AC_DEFINE(HAVE_GDBM_H), GDBM_H="no" )

reagadless of --disable-gdbm option.

--
Hajimu UMEMOTO @ Business Solution System Development Div., Hitachi Ltd.
E-Mail: ume@bisd.hitachi.co.jp ume@mahoroba.org  ume@{,jp.}FreeBSD.org
URL: http://www.imasy.org/~ume/

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010506.013916.30099291.ume>