diff options
author | timur <timur@FreeBSD.org> | 2014-03-18 12:12:09 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2014-03-18 12:12:09 +0800 |
commit | 7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559 (patch) | |
tree | a09681a1306855f7949cf4f959a86843dac7025c /devel/talloc | |
parent | d452c2ff576db3ec41ab653972d0a007d854d0fb (diff) | |
download | freebsd-ports-gnome-7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559.tar.gz freebsd-ports-gnome-7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559.tar.zst freebsd-ports-gnome-7769f2a28ea2fc5fba926a959ac6c8e5c5d5d559.zip |
On whatever reason configure requires gettext, although it's not used anywhere
in the resulting libs. Explicitly disable this.
Diffstat (limited to 'devel/talloc')
-rw-r--r-- | devel/talloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/talloc/Makefile b/devel/talloc/Makefile index c0703c5f859c..9adc4ef7c1eb 100644 --- a/devel/talloc/Makefile +++ b/devel/talloc/Makefile @@ -26,7 +26,8 @@ PLIST_SUB+= PKGCONFIGDIR=${PKGCONFIGDIR:S;${PREFIX}/;;} CONFIGURE_ARGS+= --prefix=${PREFIX} \ --mandir=${MANPREFIX}/man \ - --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} + --infodir=${PREFIX}/${INFO_PATH}/${INFO_SUBDIR} \ + --without-gettext # Support staging DESTDIRNAME= --destdir |