aboutsummaryrefslogtreecommitdiff
path: root/math/sc
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-03-28 21:54:01 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-03-28 21:54:01 +0000
commit48b7423ce3b2d4669a478fa28e2b0c63026ee7a3 (patch)
tree5671646229f6ff87bbb84fc61e185b0b56ffb130 /math/sc
parenta76bf7579a2982ba0697140e51baa282c9b7fa86 (diff)
downloadports-48b7423ce3b2d4669a478fa28e2b0c63026ee7a3.tar.gz
ports-48b7423ce3b2d4669a478fa28e2b0c63026ee7a3.zip
Notes
Diffstat (limited to 'math/sc')
-rw-r--r--math/sc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/sc/Makefile b/math/sc/Makefile
index df9765ca0e3c..a952a58cee19 100644
--- a/math/sc/Makefile
+++ b/math/sc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sc
PORTVERSION= 7.16
+PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/financial/spreadsheet
@@ -21,7 +22,7 @@ MAN1= sc.1 psc.1
post-patch:
@${REINPLACE_CMD} -e '/^prefix=/s,=.*,=$${PREFIX},' \
-e '/^CC=/s,=.*,=${CC},' \
- -e '/^CFLAGS=/s,=.*,=-DSYSV3 ${CFLAGS},' \
+ -e '/^CFLAGS=/s,=.*,=-DSYSV3 ${CFLAGS} -O0,' \
-e '/^LIBDIR=/s,=.*,=${DATADIR},' \
-e '/^YACC=/s,=.*,=${YACC},' \
-e '/usr.bin.crypt/s,^# *,,' \