diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-12 18:12:45 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-12 18:12:45 +0800 |
commit | 75f9e172b53e6f1673a6ed669a8e32574b24267c (patch) | |
tree | e701baa8c221592188ff6ff02e9b3201a3482631 /devel/bison | |
parent | f0a35e78ab8178003273f8f94557026b81efc8ba (diff) | |
download | freebsd-ports-gnome-75f9e172b53e6f1673a6ed669a8e32574b24267c.tar.gz freebsd-ports-gnome-75f9e172b53e6f1673a6ed669a8e32574b24267c.tar.zst freebsd-ports-gnome-75f9e172b53e6f1673a6ed669a8e32574b24267c.zip |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/bison/Makefile b/devel/bison/Makefile index 1ce99a8ec4e9..27bb047f98f6 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 |