mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
Mark this port MANUAL_PACKAGE_BUILD, this is what happens to zsh with
gawk installed on 2.2-stable. ------- ===> Configuring for zsh-3.0.5 loading cache ./config.cache configuring for zsh 3.0.5 checking host system type... i386-unknown-freebsd2.2.7 : checking for mawk... no checking for gawk... gawk : gawk -f ./signames.awk /usr/include/sys/signal.h > signames.h gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h cc -c -I.. -I. -I. -DHAVE_CONFIG_H -O -pipe builtin.c In file included from builtin.c:3634: rlimits.h:7: parse error before character 034 *** Error code 1 Stop.
This commit is contained in:
parent
7ee43cf06d
commit
07dd1d5bf0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14494
@ -3,7 +3,7 @@
|
||||
# Date created: Mi 21 Okt 1998 13:53:18 CEST
|
||||
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
|
||||
#
|
||||
# $Id: Makefile,v 1.1.1.1 1998/10/21 18:52:03 andreas Exp $
|
||||
# $Id: Makefile,v 1.2 1998/10/26 07:43:49 asami Exp $
|
||||
|
||||
DISTNAME= gawk-3.0.3
|
||||
CATEGORIES= lang
|
||||
@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= andreas@FreeBSD.ORG
|
||||
|
||||
MANUAL_PACKAGE_BUILD= confuses zsh
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=g --enable-bitops --enable-non-decimal-data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user