From 75f9e172b53e6f1673a6ed669a8e32574b24267c Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 12 Jun 2000 10:12:45 +0000 Subject: Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't bother to do it. --- devel/bison-devel/Makefile | 2 +- devel/bison/Makefile | 2 +- devel/bison175/Makefile | 2 +- devel/bison1875/Makefile | 2 +- devel/bison2/Makefile | 2 +- devel/bison20/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) (limited to 'devel') diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison-devel/Makefile +++ b/devel/bison-devel/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison/Makefile +++ b/devel/bison/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison175/Makefile +++ b/devel/bison175/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 diff --git a/devel/bison1875/Makefile b/devel/bison1875/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison1875/Makefile +++ b/devel/bison1875/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison2/Makefile +++ b/devel/bison2/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile index 1ce99a8..27bb047 100644 --- a/devel/bison20/Makefile +++ b/devel/bison20/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -lintl" MAN1= bison.1 -- cgit v1.1