pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/p5-pkgsrc-Dewey Assume existence of string.h ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd07f079c992
branches:  trunk
changeset: 511842:bd07f079c992
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 23 16:18:24 2006 +0000

description:
Assume existence of string.h too; needed for Irix 5,
reported by schwarz@.

diffstat:

 pkgtools/p5-pkgsrc-Dewey/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 290bd8b0d39c -r bd07f079c992 pkgtools/p5-pkgsrc-Dewey/Makefile
--- a/pkgtools/p5-pkgsrc-Dewey/Makefile Sun Apr 23 14:40:01 2006 +0000
+++ b/pkgtools/p5-pkgsrc-Dewey/Makefile Sun Apr 23 16:18:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/03/02 11:10:28 tron Exp $
+# $NetBSD: Makefile,v 1.4 2006/04/23 16:18:24 wiz Exp $
 
 DISTNAME=      p5-pkgsrc-Dewey-1.0
 PKGREVISION=   1
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://www.netbsd.org/Documentation/pkgsrc/
 COMMENT=       Perl module to compare pkgsrc Dewey numbers
 
-CPPFLAGS+=     -DHAVE_CTYPE_H -DHAVE_STDLIB_H
+CPPFLAGS+=     -DHAVE_CTYPE_H -DHAVE_STDLIB_H -DHAVE_STRING_H
 
 NO_CHECKSUM=   yes
 



Home | Main Index | Thread Index | Old Index