diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-15 19:01:19 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-05-15 19:01:19 +0000 |
commit | 76a7903fb88d1e81253a8aa3eaa17cb753c2dac4 (patch) | |
tree | 97e7507635a4b963f69d1e1b0a68ffe48663d0d1 /devel/ruby-rudl/files | |
parent | ca95f241d81313d1a33ed0b33b5fc0f64b14dd77 (diff) |
Update to 0.4.
Notes
Notes:
svn path=/head/; revision=42620
Diffstat (limited to 'devel/ruby-rudl/files')
-rw-r--r-- | devel/ruby-rudl/files/patch-extconf.rb | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/devel/ruby-rudl/files/patch-extconf.rb b/devel/ruby-rudl/files/patch-extconf.rb index 60e509beb5ab..9e503ce20268 100644 --- a/devel/ruby-rudl/files/patch-extconf.rb +++ b/devel/ruby-rudl/files/patch-extconf.rb @@ -1,12 +1,14 @@ ---- extconf.rb.orig Wed Apr 11 08:36:36 2001 -+++ extconf.rb Tue Apr 17 22:01:42 2001 -@@ -24,8 +24,7 @@ - have_header('SDL_image.h')
- have_header('SDL_mixer.h')
-
--if have_library('SDL', 'SDL_Quit') and
-- have_library('SDLmain') and
-+if have_func('SDL_Quit') and
- have_header('SDL.h') then
-
- create_makefile('RuDL')
+--- extconf.rb.orig Wed May 16 02:55:22 2001 ++++ extconf.rb Wed May 16 03:51:59 2001 +@@ -24,9 +24,7 @@ + have_header('SDL_image.h') + have_header('SDL_mixer.h') + +-if have_library('SDL', 'SDL_Quit') and +- have_library('SDLmain') and +- have_header('SDL.h') then +- ++if have_func('SDL_Quit') and ++ have_header('SDL.h') then + create_makefile('RUDL') + end |