Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 May 2013 20:39:03 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317241 - head/shells/es
Message-ID:  <201305032039.r43Kd3wu026417@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Fri May  3 20:39:02 2013
New Revision: 317241
URL: http://svnweb.freebsd.org/changeset/ports/317241

Log:
  Fix build with clang disabling a bad test from configure

Modified:
  head/shells/es/Makefile

Modified: head/shells/es/Makefile
==============================================================================
--- head/shells/es/Makefile	Fri May  3 20:36:40 2013	(r317240)
+++ head/shells/es/Makefile	Fri May  3 20:39:02 2013	(r317241)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    es
-# Date created:         Sun Aug 13 12:36:14 CDT 1995
-# Whom:                 erich@rrnet.com
-#
+# Created by: erich@rrnet.com
 # $FreeBSD$
-#
 
 PORTNAME=	es
 PORTVERSION=	0.9.b1
@@ -16,6 +12,7 @@ MAINTAINER=	ljrittle@acm.org
 COMMENT=	An extensible shell, derived from plan9's rc
 
 GNU_CONFIGURE=	yes
+CONFIGURE_ENV=	es_cv_abused_getenv=no
 CONFIGURE_ARGS= --with-readline
 CFLAGS:=	${CFLAGS:N-O*}
 



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