1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

cc -c -D_PATH_SYSEXRC=\"/usr/local/etc/vi.exrc\" -O2 -pipe -I. -I./../include -I./../regex -I./../db/include -I./../curses -I/usr/local/include -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE perl.c

In file included from /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:361,
                 from perl.xs:37:
/usr/include/sys/param.h:188: warning: `MIN' redefined
port.h:121: warning: this is the location of the previous definition
/usr/include/sys/param.h:189: warning: `MAX' redefined
port.h:118: warning: this is the location of the previous definition
In file included from /usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:583,
                 from perl.xs:37:
/usr/include/errno.h:165: warning: `EFTYPE' redefined
port.h:149: warning: this is the location of the previous definition
perl.xs: In function `perl_init':
perl.xs:145: `incgv' undeclared (first use this function)
perl.xs:145: (Each undeclared identifier is reported only once
perl.xs:145: for each function it appears in.)
*** Error code 1

Stop.
This commit is contained in:
Satoshi Asami 1998-08-18 08:53:30 +00:00
parent 64dbac5893
commit 93ec0e28ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=12612

View File

@ -3,7 +3,7 @@
# Date created: 18 Feb 1998
# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
#
# $Id$
# $Id: Makefile,v 1.9 1998/02/19 16:49:58 itojun Exp $
#
DISTNAME= nvi-1.79
@ -14,6 +14,8 @@ MASTER_SITES= ftp://ftp.bostic.com/pub/ \
MAINTAINER= itojun@itojun.org
BROKEN= perl upgrade
WRKSRC= ${WRKDIR}/${DISTNAME}/build
GNU_CONFIGURE= yes
USE_PERL5= yes