summaryrefslogtreecommitdiff
path: root/lang/sr/Makefile
diff options
context:
space:
mode:
authoris <is>2005-04-05 15:58:05 +0000
committeris <is>2005-04-05 15:58:05 +0000
commit291c115a48302c01b62a675093effe0a50c53370 (patch)
tree260c0dee7e7aeaabd249eaf8c36a583cc78f40aa /lang/sr/Makefile
parent328abac43298c0229449cf9138f53d8f187d6fe9 (diff)
downloadpkgsrc-291c115a48302c01b62a675093effe0a50c53370.tar.gz
Fix SR optimizer bug: with -O, the char-integer-conversion was unsigned,
while it is signed without.
Diffstat (limited to 'lang/sr/Makefile')
-rw-r--r--lang/sr/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile
index 355d51f33e5..a3033ac7ae9 100644
--- a/lang/sr/Makefile
+++ b/lang/sr/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2005/04/05 15:55:54 is Exp $
+# $NetBSD: Makefile,v 1.10 2005/04/05 15:58:05 is Exp $
#
DISTNAME= sr233
PKGNAME= sr-2.3.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= lang parallel
MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/
EXTRACT_SUFX= .tar.Z