diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 18:28:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-17 18:28:12 +0000 |
commit | d1ebc78da7088131382173fd1a15c0c0f67bf7f6 (patch) | |
tree | f391726ae74915a5d6cd19f00c0cc0667564f34d /graphics/ruby-ming/files/patch-ming.rb | |
parent | Add new port: MicroEmacs 4.0/PK-TOY (diff) |
Fix silly syntax bugs in ming.rb.
Reported by: Tom Hukins <tom@FreeBSD.org>
Notes
Notes:
svn path=/head/; revision=47920
Diffstat (limited to 'graphics/ruby-ming/files/patch-ming.rb')
-rw-r--r-- | graphics/ruby-ming/files/patch-ming.rb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/ruby-ming/files/patch-ming.rb b/graphics/ruby-ming/files/patch-ming.rb new file mode 100644 index 000000000000..76f13f8b7e9b --- /dev/null +++ b/graphics/ruby-ming/files/patch-ming.rb @@ -0,0 +1,18 @@ +--- ming.rb.orig Mon Sep 17 20:48:39 2001 ++++ ming.rb Tue Sep 18 03:22:32 2001 +@@ -344,6 +344,7 @@ + + # deprecated + class SWFMovieClip <SWFSprite ++end + + class SWFGradient <SWFBase + def initialize +@@ -375,6 +376,7 @@ + + # deprecated + class SWFMorphShape <SWFMorph ++end + + class SWFFont <SWFBase + |