Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jan 2020 21:19:35 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522618 - head/irc/iroffer-dinoex
Message-ID:  <202001102119.00ALJZV7058771@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Fri Jan 10 21:19:35 2020
New Revision: 522618
URL: https://svnweb.freebsd.org/changeset/ports/522618

Log:
  - fix build for CURRENT

Modified:
  head/irc/iroffer-dinoex/Makefile

Modified: head/irc/iroffer-dinoex/Makefile
==============================================================================
--- head/irc/iroffer-dinoex/Makefile	Fri Jan 10 20:59:19 2020	(r522617)
+++ head/irc/iroffer-dinoex/Makefile	Fri Jan 10 21:19:35 2020	(r522618)
@@ -2,7 +2,7 @@
 
 PORTNAME=	iroffer
 PORTVERSION=	3.32
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	irc
 MASTER_SITES=	https://iroffer.net/
 PKGNAMESUFFIX=	-dinoex${PKGNAMESUFFIX2}
@@ -19,6 +19,7 @@ USES=		ssl
 HAS_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	Configure
 CONFIGURE_ARGS=	CC="${CC}" LDFLAGS="${LDFLAGS}" LOCALBASE="${LOCALBASE}"
+CONFIGURE_ENV=	LANG=en_EN.UTF-8
 ALL_TARGET=	all-lang doc
 USE_RC_SUBR=	iroffer-dinoex
 



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