aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-01 04:25:58 +0800
committerpav <pav@FreeBSD.org>2008-03-01 04:25:58 +0800
commite07e6f0cca7c94d7597e36d9f08a72e0c166fd88 (patch)
tree0085f78c56bb9d45fae86186dff859c621877587 /graphics
parente5948f4d1d18042986c315b55697b313159bf1a3 (diff)
downloadfreebsd-ports-gnome-e07e6f0cca7c94d7597e36d9f08a72e0c166fd88.tar.gz
freebsd-ports-gnome-e07e6f0cca7c94d7597e36d9f08a72e0c166fd88.tar.zst
freebsd-ports-gnome-e07e6f0cca7c94d7597e36d9f08a72e0c166fd88.zip
- Bandaid build of gettext refusenicks
PR: ports/121231 Submitted by: Helge Oldach <ports-graphics-exif-feb08@oldach.net>
Diffstat (limited to 'graphics')
-rw-r--r--graphics/exif/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exif/Makefile b/graphics/exif/Makefile
index 128044330db3..ae7214cb8fa7 100644
--- a/graphics/exif/Makefile
+++ b/graphics/exif/Makefile
@@ -22,7 +22,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-popt-prefix=${LOCALBASE}
.if defined(WITHOUT_NLS)
-CONFIGURE_ARGS+= --disable-nls
+CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix
+CONFIGURE_ENV+= POPT_CFLAGS=-I${PREFIX}/include POPT_LIBS="-L${PREFIX}/lib -lpopt"
PLIST_SUB+= NLS="@comment "
.else
USE_ICONV= yes