diff options
author | gerald <gerald@FreeBSD.org> | 2015-11-09 04:59:09 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2015-11-09 04:59:09 +0800 |
commit | 8c41336a28496fa0571adc25229f0116b8457f11 (patch) | |
tree | 94eee4d2c31e6b74718acb0156d3c8d64e0c2548 /emulators/wine-devel | |
parent | 27e08b158d27a12b6a0693a8441cb68d45c765b2 (diff) | |
download | freebsd-ports-gnome-8c41336a28496fa0571adc25229f0116b8457f11.tar.gz freebsd-ports-gnome-8c41336a28496fa0571adc25229f0116b8457f11.tar.zst freebsd-ports-gnome-8c41336a28496fa0571adc25229f0116b8457f11.zip |
Also configure --without-gettext. This should not change the result
of a build in a clean environment (just avoids a warning there) and
makes builds between clean and non-minimal environments more consistent.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a9ac95c05958..56cd0212e93d 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -29,7 +29,7 @@ LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS+=--verbose --disable-tests \ --without-alsa --without-capi --without-dbus \ - --without-gettextpo \ + --without-gettext --without-gettextpo \ --without-gphoto --without-gsm --without-gstreamer \ --without-opencl \ --without-osmesa \ |