diff options
author | skrll <skrll@pkgsrc.org> | 2002-08-29 19:44:07 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-08-29 19:44:07 +0000 |
commit | 6522c09dea833e01085b5868df59c2270c8d445a (patch) | |
tree | 8860b0d8b4b8921eee1846490af5452d7d470d92 /devel/pth | |
parent | 6f94b4e1322944e7c87b98ff4798ee414517b969 (diff) | |
download | pkgsrc-6522c09dea833e01085b5868df59c2270c8d445a.tar.gz |
Fix merge botch after buildlink2 merge.
Diffstat (limited to 'devel/pth')
-rw-r--r-- | devel/pth/Makefile | 6 |
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 |