summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/pth/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
index bdfce9d5cc3..df9bdb826f1 100644
--- a/devel/pth/Makefile
+++ b/devel/pth/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.36 2001/09/27 23:17:57 jlam Exp $
+# $NetBSD: Makefile,v 1.37 2002/02/12 10:52:31 mrauch Exp $
#
DISTNAME= pth-1.4.0
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
@@ -16,6 +17,9 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-pthread
+.if (${MACHINE_ARCH} == "i386" && ${CFLAGS} == "-O2")
+CFLAGS= -O0
+.endif
# for PLIST
PTH_MAJOR= 14