Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Nov 2015 20:59:09 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401075 - head/emulators/wine-devel
Message-ID:  <201511082059.tA8Kx9b8099538@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gerald
Date: Sun Nov  8 20:59:09 2015
New Revision: 401075
URL: https://svnweb.freebsd.org/changeset/ports/401075

Log:
  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.

Modified:
  head/emulators/wine-devel/Makefile

Modified: head/emulators/wine-devel/Makefile
==============================================================================
--- head/emulators/wine-devel/Makefile	Sun Nov  8 20:31:51 2015	(r401074)
+++ head/emulators/wine-devel/Makefile	Sun Nov  8 20:59:09 2015	(r401075)
@@ -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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511082059.tA8Kx9b8099538>