diff options
author | is <is@pkgsrc.org> | 2005-03-12 10:22:08 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2005-03-12 10:22:08 +0000 |
commit | 8e081ec8d1fe5ac3aca185d473b3adc107c60801 (patch) | |
tree | b7eb127b238a779389bc3d1b9b6b8a1a8931267e /lang/sr/Makefile | |
parent | 43a0c904638f135bd4a8cba69724085ab4b06ec9 (diff) | |
download | pkgsrc-8e081ec8d1fe5ac3aca185d473b3adc107c60801.tar.gz |
sr-2.3.3nb4 --- Replace sr_ptrval() by code that:
- works per the specification and
- works on LP64 machines as well as ILP32 machines.
Designed to work anywhere where sizeof(L) >= sizeof(P).
Cannot use %p, as we want to feed back the patch to the SR people,
who maintain SR also on some very old systems.
Diffstat (limited to 'lang/sr/Makefile')
-rw-r--r-- | lang/sr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/sr/Makefile b/lang/sr/Makefile index 4c0530509c0..92eaa2bd2d4 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2005/03/11 23:24:13 is Exp $ +# $NetBSD: Makefile,v 1.8 2005/03/12 10:22:08 is Exp $ # DISTNAME= sr233 PKGNAME= sr-2.3.3 -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang parallel MASTER_SITES= ftp://ftp.cs.arizona.edu/sr/ EXTRACT_SUFX= .tar.Z |