svn commit: r317241 - head/shells/es

Baptiste Daroussin bapt at FreeBSD.org
Fri May 3 20:39:03 UTC 2013


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 at rrnet.com
-#
+# Created by: erich at rrnet.com
 # $FreeBSD$
-#
 
 PORTNAME=	es
 PORTVERSION=	0.9.b1
@@ -16,6 +12,7 @@ MAINTAINER=	ljrittle at 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*}
 


More information about the svn-ports-all mailing list