Commit graph

4 commits

Author SHA1 Message Date
dholland
db7c0124c9 The libxml2 version test in this thing believes that checking that
version A.B.C is at least D.E.F is to be done by checking A >= D, B >=
E, *and* C >= F. Therefore, it believes that the most recent libxml2
update, which is 2.8.0, is less than its minimum requirement 2.4.1.

Rather than trying to repair this curious logic, just patch the test
to always succeed, as pkgsrc always provides a suitable libxml2.
2012-06-16 09:04:02 +00:00
joerg
3b0d97b0de Add DESTDIR support. 2008-06-20 01:09:05 +00:00
wiz
ced141162c Fix build with gcc4. 2006-06-25 13:46:37 +00:00
recht
98aa94cb7d Work around the missing rpath flag in libxml2's xml2-config and make
the pkg build.
Addresses PR 25775 by Cesar Catrian C.
2004-06-02 21:50:31 +00:00