Drop hpux fix which is now handled by compat_headers.

This commit is contained in:
tnn 2008-05-25 17:39:32 +00:00
parent 3fdc6f2663
commit dd38987dac

View file

@ -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 @@ PKGCONFIG_OVERRIDE= libpcre.pc.in libpcrecpp.pc.in
# 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"