ports/textproc/ruby-libxml/files/patch-extconf.rb
Pav Lucistnik e159b27cd5 - Fix build on 5.X and 6.X
- Fix plist

Approved by:	portmgr (marcus)
2005-08-05 18:03:23 +00:00

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