pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Data-UUID Fix build on Mac OS X Tiger (from D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2743a4dbee40
branches:  trunk
changeset: 501832:2743a4dbee40
user:      epg <epg%pkgsrc.org@localhost>
date:      Sat Oct 29 23:27:34 2005 +0000

description:
Fix build on Mac OS X Tiger (from DarwinPorts).

diffstat:

 devel/p5-Data-UUID/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 8961d5531cba -r 2743a4dbee40 devel/p5-Data-UUID/Makefile
--- a/devel/p5-Data-UUID/Makefile       Sat Oct 29 22:22:08 2005 +0000
+++ b/devel/p5-Data-UUID/Makefile       Sat Oct 29 23:27:34 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:09 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/10/29 23:27:34 epg Exp $
 
 DISTNAME=      Data-UUID-0.11
 PKGNAME=       p5-${DISTNAME}
@@ -14,6 +14,7 @@
 PERL5_PACKLIST=                auto/Data/UUID/.packlist
 
 MAKE_ENV+=             PERL_MM_USE_DEFAULT=1
+MAKE_PARAMS+=          DEFINE=-D_POSIX_C_SOURCE
 
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index