summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2013-07-04 05:38:55 +0000
committerdholland <dholland@pkgsrc.org>2013-07-04 05:38:55 +0000
commitb8d9954e7cce3483bc16ce61795e97f9abf44ef3 (patch)
treea8bde1673002ee7d90baabfa24be1de6a687ea25 /graphics
parent7a0d2d212d04d5f87e326148d583e0c9126df34c (diff)
downloadpkgsrc-b8d9954e7cce3483bc16ce61795e97f9abf44ef3.tar.gz
Add -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 to CFLAGS per PR 45873.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/p5-GD/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/p5-GD/Makefile b/graphics/p5-GD/Makefile
index ee90f054d3f..5e5596b9856 100644
--- a/graphics/p5-GD/Makefile
+++ b/graphics/p5-GD/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.60 2013/06/04 22:16:24 tron Exp $
+# $NetBSD: Makefile,v 1.61 2013/07/04 05:38:55 dholland Exp $
DISTNAME= GD-2.46
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 9
+PKGREVISION= 10
SVR4_PKGNAME= p5bd
CATEGORIES= graphics perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/}
@@ -20,6 +20,10 @@ REPLACE_PERL= qd.pl
USE_LANGUAGES= c
+# This is required at least on some Solaris builds to get a runnable
+# package, and should be harmless on other platforms. See PR 45873.
+CFLAGS+= -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
+
PERL5_PACKLIST= auto/GD/.packlist
PERL5_OPTIONS+= threads