correctly set MODGNU_CONFIG_GUESS_DIRS

This commit is contained in:
naddy 2004-07-31 15:36:46 +00:00
parent 94b1fc90a0
commit 69bf66944f
3 changed files with 6 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.29 2004/05/15 12:57:34 naddy Exp $
# $OpenBSD: Makefile,v 1.30 2004/07/31 15:36:46 naddy Exp $
COMMENT= "GNU version of the traditional tar archiver"
@ -27,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib ${LDSTATIC}" \
DEFAULT_ARCHIVE=/dev/rst0 \
DEFAULT_RMT_COMMAND=/etc/rmt
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/config
FLAVORS= static
FLAVOR?=

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.31 2004/02/23 00:33:34 naddy Exp $
# $OpenBSD: Makefile,v 1.32 2004/07/31 15:36:46 naddy Exp $
COMMENT= "portable speedy lossless data compression library"
@ -20,6 +20,7 @@ SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
REGRESS_TARGET= test

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2003/05/24 02:40:42 jolan Exp $
# $OpenBSD: Makefile,v 1.5 2004/07/31 15:36:46 naddy Exp $
COMMENT= "portable lossless data compression library"
@ -24,6 +24,7 @@ BUILD_DEPENDS= :nasm-*:devel/nasm
CONFIGURE_STYLE= gnu
SEPARATE_BUILD= concurrent
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} --enable-static
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/acconfig
MAKE_FLAGS= CFLAGS_O=""
.include <bsd.port.mk>