1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Mark this broken.

-------
cc -c -I/usr/local/pgsql/include -I/usr/local/include -O -pipe     -DVERSION=\"1.6.1\"  -DXS_VERSION=\"1.6.1\" -DPIC -fpic -I/usr/local/lib/perl5/5.00502/i386-freebsd/CORE  Pg.c
In file included from /usr/local/pgsql/include/postgres.h:40,
                 from Pg.xs:25:
/usr/local/pgsql/include/config.h:247: warning: `USE_LOCALE' redefined
/usr/local/lib/perl5/5.00502/i386-freebsd/CORE/perl.h:342: warning: this is the location of the previous definition
Pg.xs: In function `XS_Pg_PQexec':
Pg.xs:300: sizeof applied to an incomplete type
Pg.xs: In function `XS_PG_conn_exec':
Pg.xs:702: sizeof applied to an incomplete type
*** Error code 1

Stop.
This commit is contained in:
Satoshi Asami 1998-11-28 00:55:35 +00:00
parent 26e16a36b5
commit ed16ea014b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14924

View File

@ -3,7 +3,7 @@
# Date created: October 19th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.14 1998/10/12 04:14:44 jseger Exp $
# $Id: Makefile,v 1.15 1998/10/20 01:29:07 steve Exp $
#
DISTNAME= pgsql_perl5-1.6.1
@ -16,6 +16,8 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= ${PREFIX}/pgsql/lib/libpq.a:${PORTSDIR}/databases/postgresql
BROKEN= build
USE_PERL5= YES
MAN3= Pg.3