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