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 | 9ada822a81d5c11ae34975456937b33393c74b0c (patch) | |
tree | 8dd60692dd38d42ada83e5eaf0a59ce528832e06 /math/mathomatic | |
parent | 8d7a32b70cab1cc5434725df24c798eeb4585265 (diff) | |
download | pkgsrc-9ada822a81d5c11ae34975456937b33393c74b0c.tar.gz |
The author confirmed that the problem caused by gcc optimization was
fixed. Return to default optimization level.
Bump PKGREVISION.
Diffstat (limited to 'math/mathomatic')
-rw-r--r-- | math/mathomatic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |