1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Remove --without-included-gettext - it works in exactly opposite direction.

Shame on GNU folks!
This commit is contained in:
Maxim Sobolev 2000-07-04 13:58:32 +00:00
parent ff9ff77ed2
commit fa62bd3bfa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=30178
2 changed files with 2 additions and 4 deletions

View File

@ -19,8 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--without-included-gettext
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
LDFLAGS="-L${LOCALBASE}/lib"

View File

@ -19,8 +19,7 @@ LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
Y2K= http://www.gnu.org/software/year2000.html
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g \
--without-included-gettext
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
LDFLAGS="-L${LOCALBASE}/lib"