Bug 58741

Summary: courier-imap doesn't find gdbm library, fails to use gdbm
Product: Ports & Packages Reporter: Lucas Madar <lucascrt>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Lucas Madar 2003-10-30 21:40:06 UTC
courier imap fails to locate gdbm within its configure script. maildrop, another courier program, locates 
gdbm fine, and their databases are incompatible.

Fix: 

Change LDFLAGS.

Temporary fix:
make LDFLAGS+=-L/usr/local/lib
How-To-Repeat: compile the port :)
Comment 1 Lucas Madar 2003-10-30 21:46:44 UTC
This also needs a CFLAGS change to add -I/usr/local/include.
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2003-10-30 21:48:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

I'll handle that
Comment 3 Oliver Lehmann freebsd_committer freebsd_triage 2003-12-06 17:37:06 UTC
State Changed
From-To: open->closed

Fixed, Thanks for reporting!