diff options
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r-- | devel/pth/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 9d881589f71..91bb4c581d5 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2002/08/01 05:58:00 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2002/08/01 13:36:08 skrll Exp $ # DISTNAME= pth-1.4.1 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU:=pth/} @@ -20,9 +20,6 @@ CONFIGURE_ARGS+= --enable-pthread CONFIGURE_ARGS+= --enable-syscall-hard CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub -.if (${MACHINE_ARCH} == "i386" && ${CFLAGS:M-O2} == "-O2") -CFLAGS:= ${CFLAGS:S/-O2/-O0/} -.endif # for PLIST PTH_MAJOR= 14 |