mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
Add --with-included-gettext to remove dependency on external gettext.
Suggested by: obrien
This commit is contained in:
parent
894aa7a052
commit
ef3ee0dffc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=60181
@ -15,10 +15,9 @@ DISTNAME= make-${PORTVERSION}
|
||||
|
||||
MAINTAINER= portmgr@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--with-included-gettext
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
@ -15,10 +15,9 @@ DISTNAME= make-${PORTVERSION}
|
||||
|
||||
MAINTAINER= portmgr@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= intl.2:${PORTSDIR}/devel/gettext
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
CONFIGURE_ARGS= --program-prefix=g \
|
||||
--with-included-gettext
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -DHAVE_LOCALE_H" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user