fix build, by explicitly making sure we don't pick libconfuse.

REAL SLOPPY WORK by initial porter.
If you see error messages in the configure output, you DEAL WITH THEM.
you don't just expect them to not mean anything.
This commit is contained in:
espie 2007-10-20 11:43:24 +00:00
parent 9115667e68
commit 98e2fbe54f

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2007/09/16 02:53:00 merdely Exp $
# $OpenBSD: Makefile,v 1.5 2007/10/20 11:43:24 espie Exp $
COMMENT= configuration file parser library
DISTNAME= confuse-2.5
@ -21,6 +21,7 @@ MODULES= devel/gettext
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
CONFIGURE_ARGS+= --without-check
USE_LIBTOOL= Yes