pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/38616 CVS commit: pkgsrc/databases/db4
The following reply was made to PR pkg/38616; it has been noted by GNATS.
From: Tobias Nygren <tnn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/38616 CVS commit: pkgsrc/databases/db4
Date: Fri, 9 May 2008 10:14:28 +0000 (UTC)
Module Name: pkgsrc
Committed By: tnn
Date: Fri May 9 10:14:28 UTC 2008
Modified Files:
pkgsrc/databases/db4: distinfo
pkgsrc/databases/db4/patches: patch-ab
Log Message:
PR pkg/38616: Hasso Tepper: Fix build on DragonFlyBSD.
The configure script checks for sizeof(FILE), which is an opaque type.
It can be argued that it should check for FILE* instead because that's
what it uses, but take the shortest path of resistance and disable
the check on DragonFly. Upstream is aware of the issue.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 pkgsrc/databases/db4/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/databases/db4/patches/patch-ab
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index