From ba957e8a48004283cc2f658901e1c83d756962f7 Mon Sep 17 00:00:00 2001 From: pvalchev Date: Sat, 9 Mar 2002 02:24:45 +0000 Subject: [PATCH] fix more config.guess issues which should have been noticed at commit time --- net/silc-client/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 91e6bd02b6a..c8476c79bc6 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.4 2002/02/05 23:51:30 naddy Exp $ +# $OpenBSD: Makefile,v 1.5 2002/03/09 02:24:45 pvalchev Exp $ COMMENT= "Secure Live Internet Conferencing (SILC) client" @@ -31,6 +31,7 @@ CONFIGURE_ARGS= ${CONFIGURE_SHARED} \ --with-docdir=${PREFIX}/share/doc/silc \ --with-etcdir=${SYSCONFDIR}/silc \ --disable-asm +MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC} ${WRKSRC}/irssi ${WRKSRC}/lib/silcmath/mpi FAKE_FLAGS= ${DESTDIRNAME}=${WRKINST} \ silc_etcdir=${PREFIX}/share/examples/silc-client