fix build when lzma is present

ok aja
This commit is contained in:
espie 2010-01-24 11:18:27 +00:00
parent d51fcc95b5
commit 681b9f303b

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.49 2009/12/21 18:03:20 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.50 2010/01/24 11:18:27 espie Exp $
COMMENT= GNOME help browser
@ -43,6 +43,7 @@ CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
--with-gecko=xulrunner \
--with-search=basic
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/xulrunner/include/" \
LDFLAGS="-L${LOCALBASE}/lib"
LDFLAGS="-L${LOCALBASE}/lib" \
ac_cv_lib_lzmadec_lzmadec_open=no
.include <bsd.port.mk>