diff options
author | tonio <tonio@pkgsrc.org> | 2006-02-06 16:10:14 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2006-02-06 16:10:14 +0000 |
commit | ca47b418b63c8d4e69b3572e80fda7508022624e (patch) | |
tree | 7173d07f7b4c4d1513d684e57dfc4225d08d123a /emulators/mmix/Makefile | |
parent | 876a4b9db9c2f36dc96e3ed4111eb2c971a67a26 (diff) | |
download | pkgsrc-ca47b418b63c8d4e69b3572e80fda7508022624e.tar.gz |
Fix PR pkg/32721
Apply the suggested solution: rename wait() to mmix_wait() in mmix-pipe.w
to avoid name clash
Diffstat (limited to 'emulators/mmix/Makefile')
-rw-r--r-- | emulators/mmix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mmix/Makefile b/emulators/mmix/Makefile index c8ef0e0ddd3..edcd3642c63 100644 --- a/emulators/mmix/Makefile +++ b/emulators/mmix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.20 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/02/06 16:10:14 tonio Exp $ DISTNAME= mmix-20030622 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators devel lang MASTER_SITES= http://www-cs-faculty.stanford.edu/~knuth/programs/ |