summaryrefslogtreecommitdiff
path: root/lang/f2c/Makefile
diff options
context:
space:
mode:
authordholland <dholland>2010-07-31 20:31:33 +0000
committerdholland <dholland>2010-07-31 20:31:33 +0000
commit88ed7f2105dba7212743e9f86d4a40c4fd077447 (patch)
treeeb2768f071ecfac0dec34a91cb460d08402c3d7c /lang/f2c/Makefile
parent6c8200b96b34a225c566120df9bd55fac7edfc1f (diff)
downloadpkgsrc-88ed7f2105dba7212743e9f86d4a40c4fd077447.tar.gz
Fix integer type misuse caught by gcc 4.4. PR 43291 from Makoto Fujiwara;
the patches in the PR used unsafe (but less wrong) integer/pointer casts, so I did things somewhat differently.
Diffstat (limited to 'lang/f2c/Makefile')
-rw-r--r--lang/f2c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile
index 1cf3c2a4bfb..94fa891fa04 100644
--- a/lang/f2c/Makefile
+++ b/lang/f2c/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.53 2010/01/03 01:37:59 tnn Exp $
+# $NetBSD: Makefile,v 1.54 2010/07/31 20:31:33 dholland Exp $
DISTNAME= f2c-20090411 # see notes below
-PKGREVISION= 4
+PKGREVISION= 5
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_LOCAL}