Subject: CVS commit: pkgsrc/www/apache
To: None <pkgsrc-changes@NetBSD.org>
From: grant beattie <grant@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2004 04:02:43
Module Name:	pkgsrc
Committed By:	grant
Date:		Sun Dec 19 04:02:43 UTC 2004

Modified Files:
	pkgsrc/www/apache: buildlink3.mk

Log Message:
when Apache is built with dlcompat present, the installed httpd/os.h
header file #includes <dlfcn.h>, so we need to include
dlopen.buildlink3.mk so that dlfcn.h can be found by packages which
use httpd/os.h.

XXX this is not entirely correct, but works around the problem
XXX sufficiently. the problem is that Darwin (7.7.x) has dlopen() and
XXX friends but does not provide prototypes in dlfcn.h (or anywhere else).


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/www/apache/buildlink3.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.