diff options
author | tsarna <tsarna@pkgsrc.org> | 1999-05-22 03:23:13 +0000 |
---|---|---|
committer | tsarna <tsarna@pkgsrc.org> | 1999-05-22 03:23:13 +0000 |
commit | c3117ace92dfed7a906a2a4ef050adf4b5b628b8 (patch) | |
tree | dc7f51782a39b67737d663397967f42f5caa5551 /devel | |
parent | 2b2e8c558d2bf8a59db3027df5e96beb545a55fa (diff) | |
download | pkgsrc-c3117ace92dfed7a906a2a4ef050adf4b5b628b8.tar.gz |
patch-1 breaks sigjmp. Instead of using it, add patch-ac, which is
corrected version of patch-1.
Still have problems with ttyname()...
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ptl2/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/ptl2/Makefile b/devel/ptl2/Makefile index 6810f9133e2..4571e816e43 100644 --- a/devel/ptl2/Makefile +++ b/devel/ptl2/Makefile @@ -1,14 +1,10 @@ -# $NetBSD: Makefile,v 1.10 1999/05/20 17:28:31 msaitoh Exp $ +# $NetBSD: Makefile,v 1.11 1999/05/22 03:23:13 tsarna Exp $ DISTNAME= PTL2-current-990512 PKGNAME= ptl2-990512 CATEGORIES= devel MASTER_SITES= ftp://ftp.media.osaka-cu.ac.jp/pub/PTL/PTL2/PTL2-current-990512/ -PATCH_SITES= ${MASTER_SITES} -PATCHFILES= PTL2-current-990512-patch-1 -PATCH_DIST_STRIP= -p1 - MAINTAINER= msaitoh@netbsd.org HOMEPAGE= http://www.media.osaka-cu.ac.jp/~k-abe/PTL/ |