mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Still need a patch for -lm on libxml2
This commit is contained in:
12
dev-libs/libxml2/libxml2-2.7.2-haiku.diff
Normal file
12
dev-libs/libxml2/libxml2-2.7.2-haiku.diff
Normal file
@@ -0,0 +1,12 @@
|
||||
diff -urN libxml2-2.7.2/configure.in libxml2-2.7.2-haiku/configure.in
|
||||
--- libxml2-2.7.2/configure.in 2008-10-03 07:09:55.000000000 +0000
|
||||
+++ libxml2-2.7.2-haiku/configure.in 2008-10-22 19:07:34.000000000 +0000
|
||||
@@ -1257,6 +1257,8 @@
|
||||
;;
|
||||
*beos*) M_LIBS=""
|
||||
;;
|
||||
+ *beos*) M_LIBS=""
|
||||
+ ;;
|
||||
*) M_LIBS="-lm"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user