summaryrefslogtreecommitdiffstats
path: root/devel/bison
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2000-06-12 10:12:45 +0000
committersobomax <sobomax@FreeBSD.org>2000-06-12 10:12:45 +0000
commit75f9e172b53e6f1673a6ed669a8e32574b24267c (patch)
treee701baa8c221592188ff6ff02e9b3201a3482631 /devel/bison
parentf0a35e78ab8178003273f8f94557026b81efc8ba (diff)
downloadFreeBSD-ports-75f9e172b53e6f1673a6ed669a8e32574b24267c.zip
FreeBSD-ports-75f9e172b53e6f1673a6ed669a8e32574b24267c.tar.gz
Explicitly add -lintl into LDFLAGS, because stupid configure script doesn't
bother to do it.
Diffstat (limited to 'devel/bison')
-rw-r--r--devel/bison/Makefile2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud