Don't pick up pugixml if installed but use the internal copy; ours is too
new. reported by nigel@
This commit is contained in:
parent
d175b18e67
commit
07e73577a3
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.60 2016/10/29 10:37:12 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.61 2016/11/18 12:37:08 ajacoutot Exp $
|
||||
|
||||
COMMENT= create, alter and inspect Matroska files
|
||||
|
||||
@ -69,6 +69,9 @@ LDFLAGS+= -L${X11BASE}/lib -L${MODQT5_LIBDIR}
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS}"
|
||||
|
||||
# XXX does not build with our pugixml (it's too new)
|
||||
CONFIGURE_ENV +=ac_cv_header_pugixml_hpp=no
|
||||
|
||||
NO_TEST= Yes
|
||||
|
||||
do-build:
|
||||
|
Loading…
x
Reference in New Issue
Block a user