diff options
author | bapt <bapt@FreeBSD.org> | 2013-05-04 04:39:02 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-05-04 04:39:02 +0800 |
commit | c1c7490db8f4a79c86ea03332053f0635c6dda23 (patch) | |
tree | cd80e0f7418b00984823336bd611dd10f5771bce /shells/es | |
parent | 91137d3fb508d0612522722f4eb18881d2b8b3d3 (diff) | |
download | freebsd-ports-gnome-c1c7490db8f4a79c86ea03332053f0635c6dda23.tar.gz freebsd-ports-gnome-c1c7490db8f4a79c86ea03332053f0635c6dda23.tar.zst freebsd-ports-gnome-c1c7490db8f4a79c86ea03332053f0635c6dda23.zip |
Fix build with clang disabling a bad test from configure
Diffstat (limited to 'shells/es')
-rw-r--r-- | shells/es/Makefile | 7 |
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*} |