1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/devel/ruby-rudl/files/patch-extconf.rb
Renato Botelho baaaf60a48 - Update to 0.8
- Pass maintainership to submitter

PR:		ports/90053
Submitted by:	Erik Greenwald <erik@smluc.org>
2005-12-07 13:45:33 +00:00

12 lines
394 B
Ruby

--- extconf.rb.orig Wed Dec 7 11:12:50 2005
+++ extconf.rb Wed Dec 7 11:14:10 2005
@@ -105,7 +105,7 @@
puts '* Checking for required files'
puts ' - SDL from http://www.libsdl.org/download-1.2.html'
-if have_library('SDL', 'SDL_Quit') and have_header('SDL.h')
+if have_func('SDL_Quit') and have_header('SDL.h')
create_makefile('RUDL')
puts '* Done! You may now run make.'
else