Subject: CVS commit: pkgsrc/archivers/libcomprex
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 06/09/2004 16:49:00
Module Name: pkgsrc
Committed By: minskim
Date: Wed Jun 9 16:49:00 UTC 2004
Modified Files:
pkgsrc/archivers/libcomprex: Makefile
Log Message:
Bypass curl library checking. Otherwise it fails because the test in
configure uses curl_formparse(), which is not available in
curl-7.12.0. Since curl_formparse() is never used in libcompress and
curl is always available through buidlink, it is safe to skip the
test.
To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/archivers/libcomprex/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.