summaryrefslogtreecommitdiff
path: root/devel/pth
diff options
context:
space:
mode:
authorskrll <skrll>2002-08-29 19:44:07 +0000
committerskrll <skrll>2002-08-29 19:44:07 +0000
commit10bec43489b82f6c1f8fb5055ff85c0b96c7866a (patch)
tree8860b0d8b4b8921eee1846490af5452d7d470d92 /devel/pth
parent3113313b6cbde866303e5837bacd42b2353be35f (diff)
downloadpkgsrc-10bec43489b82f6c1f8fb5055ff85c0b96c7866a.tar.gz
Fix merge botch after buildlink2 merge.
Diffstat (limited to 'devel/pth')
-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