diff options
author | bad <bad@pkgsrc.org> | 1999-09-08 16:17:24 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 1999-09-08 16:17:24 +0000 |
commit | 54a089907919373dda734eefeb75d4d43a29ce70 (patch) | |
tree | 9d42d7af0d6e24ba57d89a16d0ba4cec5c0d66b5 /devel/ptl2/Makefile | |
parent | 0118cb5e12080bb363e01df7499768f0942452a1 (diff) | |
download | pkgsrc-54a089907919373dda734eefeb75d4d43a29ce70.tar.gz |
Pull in patch4 too. Fixes a compile problem on sparc. From Kota Abe.
Diffstat (limited to 'devel/ptl2/Makefile')
-rw-r--r-- | devel/ptl2/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 40d780d993b..7ddd2a2f2be 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1999/08/06 17:08:57 msaitoh Exp $ +# $NetBSD: Makefile,v 1.16 1999/09/08 16:17:24 bad Exp $ DISTNAME= PTL2-current-990622 PKGNAME= ptl2-990622 @@ -8,7 +8,8 @@ MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/PTL2-current-990622/ PATCH_SITES= ${MASTER_SITES} PATCHFILES= PTL2-current-990622-patch-1 \ PTL2-current-990622-patch-2 \ - PTL2-current-990622-patch-3 + PTL2-current-990622-patch-3 \ + PTL2-current-990622-patch-4 PATCH_DIST_STRIP= -p1 MAINTAINER= msaitoh@netbsd.org |