mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
baaaf60a48
- Pass maintainership to submitter PR: ports/90053 Submitted by: Erik Greenwald <erik@smluc.org>
12 lines
394 B
Ruby
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
|