@#$$@ autoconf
io.h we get is not win32, but another package libio. protect against that.
This commit is contained in:
parent
65508c0594
commit
ad2bf27658
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2004/11/21 12:50:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2005/01/15 15:22:01 espie Exp $
|
||||
# $FreeBSD: ports/archivers/lzop/Makefile,v 1.3 2000/06/22 05:51:49 will Exp $
|
||||
|
||||
COMMENT= "fast file compressor similar to gzip"
|
||||
@ -23,7 +23,8 @@ WANTLIB= c
|
||||
SEPARATE_BUILD= concurrent
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||
ac_cv_header_io_h=no
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/acconfig
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user