diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-22 23:45:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-22 23:45:54 +0000 |
commit | 48267d7159107a14a458b681f2a0293b1ce9cb2e (patch) | |
tree | 8dd60692dd38d42ada83e5eaf0a59ce528832e06 | |
parent | ae7cafcda87c0d2d62136d2bed437aa000ef7180 (diff) | |
download | pkgsrc-48267d7159107a14a458b681f2a0293b1ce9cb2e.tar.gz |
The author confirmed that the problem caused by gcc optimization was
fixed. Return to default optimization level.
Bump PKGREVISION.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | math/mathomatic/Makefile | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index a964f605244..f7a6f62fa8d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5717 2004/04/22 23:44:06 ben Exp $ +$NetBSD: CHANGES,v 1.5718 2004/04/22 23:45:54 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2221,3 +2221,4 @@ Changes to the packages collection and infrastructure in 2004: Updated flow-tools to 0.67 [seb 2004-04-22] Updated arj to 3.10.20 [dillo 2004-04-22] Updated mailsync to 4.4.4 [ben 2004-04-22] + Updated mathomatic to 11.0cnb1 [minskim 2004-04-23] 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 |