From ed16ea014b559e69f648a8b8c69ab87b3854a258 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Sat, 28 Nov 1998 00:55:35 +0000 Subject: 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. --- databases/p5-Pg/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'databases/p5-Pg') diff --git a/databases/p5-Pg/Makefile b/databases/p5-Pg/Makefile index b9b6640d60c3..40186db26ed6 100644 --- a/databases/p5-Pg/Makefile +++ b/databases/p5-Pg/Makefile @@ -3,7 +3,7 @@ # Date created: October 19th 1996 # Whom: James FitzGibbon # -# $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 -- cgit v1.2.3