summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 20:39:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-05-03 20:39:02 +0000
commita13e169046abbb3a7eba7af689ef434df4a74e81 (patch)
treecd80e0f7418b00984823336bd611dd10f5771bce /shells
parentUpdate xpi-pentadactyl to 20130407 (diff)
Fix build with clang disabling a bad test from configure
Notes
Notes: svn path=/head/; revision=317241
Diffstat (limited to 'shells')
-rw-r--r--shells/es/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/shells/es/Makefile b/shells/es/Makefile
index dcc881c691d0..6a4004d5b905 100644
--- a/shells/es/Makefile
+++ b/shells/es/Makefile
@@ -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*}