mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 15:36:35 -04:00
11 lines
234 B
Ruby
11 lines
234 B
Ruby
--- extconf.rb.orig Sun Dec 8 07:55:26 2002
|
|
+++ extconf.rb Fri Aug 5 19:50:43 2005
|
|
@@ -23,7 +23,7 @@
|
|
dir_config('xml2')
|
|
|
|
|
|
-unless have_library('m', 'atan')
|
|
+unless have_library('m', 'atan', 'math.h')
|
|
crash('need libm')
|
|
end
|
|
|