pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/pcre Drop hpux fix which is now handled by compa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/709d177ea622
branches: trunk
changeset: 542701:709d177ea622
user: tnn <tnn%pkgsrc.org@localhost>
date: Sun May 25 17:39:32 2008 +0000
description:
Drop hpux fix which is now handled by compat_headers.
diffstat:
devel/pcre/Makefile | 9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)
diffs (21 lines):
diff -r 2a4e46c028f5 -r 709d177ea622 devel/pcre/Makefile
--- a/devel/pcre/Makefile Sun May 25 17:38:37 2008 +0000
+++ b/devel/pcre/Makefile Sun May 25 17:39:32 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2008/05/24 10:45:17 wiz Exp $
+# $NetBSD: Makefile,v 1.49 2008/05/25 17:39:32 tnn Exp $
DISTNAME= pcre-7.7
CATEGORIES= devel
@@ -30,11 +30,4 @@
# needs a stacksize of 5.5mb, default is 2mb
TEST_TARGET= test
-.include "../../mk/bsd.prefs.mk"
-
-.if !empty(MACHINE_PLATFORM:MHPUX-11.11-*)
-CONFIGURE_ENV+= ac_cv_func_strtoll=yes
-CPPFLAGS+= -Dstrtoll=__strtoll
-.endif
-
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index