summaryrefslogtreecommitdiff
path: root/devel/ruby-rudl/files/patch-extconf.rb
blob: 9e503ce20268c460409d18d397a08e9e0df87ada (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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