summaryrefslogtreecommitdiff
path: root/databases/p5-DBD-SQLite
diff options
context:
space:
mode:
authorwiz <wiz>2005-01-04 15:28:38 +0000
committerwiz <wiz>2005-01-04 15:28:38 +0000
commit155cf1e8087a23d0849492311e98b02004ae353d (patch)
treebe4a9e91a48a88d5f94c344e30e41fbf664c477a /databases/p5-DBD-SQLite
parent4f3ac9f59ccd2cc96143b6669ce696944fae1f55 (diff)
downloadpkgsrc-155cf1e8087a23d0849492311e98b02004ae353d.tar.gz
Apply patch from Alexander Becher in PR 28802.
Bump PKGREVISION.
Diffstat (limited to 'databases/p5-DBD-SQLite')
-rw-r--r--databases/p5-DBD-SQLite/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/p5-DBD-SQLite/Makefile b/databases/p5-DBD-SQLite/Makefile
index 2e624e59026..60429530ac2 100644
--- a/databases/p5-DBD-SQLite/Makefile
+++ b/databases/p5-DBD-SQLite/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2004/12/20 11:30:57 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/01/04 15:28:38 wiz Exp $
#
VER= 0.25
DISTNAME= DBD-SQLite-${VER}
PKGNAME= p5-${DISTNAME}
-# PKGREVISION= 3
+PKGREVISION= 2
SVR4_PKGNAME= p5dsl
-PKGREVISION= 1
CATEGORIES= databases perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MS/MSERGEANT/}
@@ -18,6 +17,9 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DBD/SQLite/.packlist
+CFLAGS+= -DUINT32_TYPE=uint32_t -DUINT16_TYPE=uint16_t
+CFLAGS+= -DUINT8_TYPE=uint8_t -DINTPTR_TYPE=long
+
.include "../../databases/p5-DBI/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"