summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pth/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index 66a5926e3c0..39c27f71f53 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2002/08/25 18:38:43 jlam Exp $
+# $NetBSD: Makefile,v 1.48 2002/08/29 19:44:07 skrll Exp $
#
DISTNAME= pth-1.4.1
@@ -37,7 +37,3 @@ post-install:
${PREFIX}/share/doc/pth/
.include "../../mk/bsd.pkg.mk"
-
-.if (${MACHINE_ARCH} == "i386" && ${CFLAGS:M-O2} == "-O2")
-CFLAGS:= ${CFLAGS:S/-O2/-O0/}
-.endif