From b81e3cad6be5d8178adc4565a0c5d785503a364e Mon Sep 17 00:00:00 2001 From: brad Date: Sat, 26 Jan 2002 00:15:06 +0000 Subject: [PATCH] don't need to specify -lintl as part of LDFLAGS anymore now that the autoconf script has been fixed. --- devel/bison/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 662b4f5e3a9..9a0931aed1c 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.24 2002/01/26 00:03:55 brad Exp $ +# $OpenBSD: Makefile,v 1.25 2002/01/26 00:15:06 brad Exp $ COMMENT= "GNU parser generator" @@ -23,6 +23,6 @@ MAKE_ENV= MAKEINFOFLAGS="--no-split" CONFIGURE_STYLE= gnu CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lintl" + LDFLAGS="-L${LOCALBASE}/lib" .include