From 48267d7159107a14a458b681f2a0293b1ce9cb2e Mon Sep 17 00:00:00 2001 From: minskim Date: Thu, 22 Apr 2004 23:45:54 +0000 Subject: The author confirmed that the problem caused by gcc optimization was fixed. Return to default optimization level. Bump PKGREVISION. --- math/mathomatic/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math') diff --git a/math/mathomatic/Makefile b/math/mathomatic/Makefile index ccbc4df6dae..97a320524ba 100644 --- a/math/mathomatic/Makefile +++ b/math/mathomatic/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2004/04/21 21:26:26 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2004/04/22 23:45:54 minskim Exp $ # DISTNAME= mathomatic-11.0c +PKGREVISION= 1 CATEGORIES= math MASTER_SITES= http://www.panix.com/~gesslein/ EXTRACT_SUFX= .tgz @@ -18,8 +19,7 @@ USE_BUILDLINK3= yes NO_CONFIGURE= yes MAKEFILE= makefile -# gcc's optimizer causes problems with this version of the program -CFLAGS+= -DUNIX -O0 +CFLAGS+= -DUNIX CFLAGS.SunOS+= -DSOLARIS INSTALLATION_DIRS= bin man/man1 -- cgit v1.2.3