mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Patch to fix -lm issue for libxml2-2.7.0 on Haiku
This commit is contained in:
13
dev-libs/libxml2/libxml2-2.7.0-haiku.diff
Normal file
13
dev-libs/libxml2/libxml2-2.7.0-haiku.diff
Normal file
@@ -0,0 +1,13 @@
|
||||
diff -urN libxml2-2.7.0/configure.in libxml2-2.7.0-haiku/configure.in
|
||||
--- libxml2-2.7.0/configure.in 2008-08-30 07:38:39.000000000 -0700
|
||||
+++ libxml2-2.7.0-haiku/configure.in 2008-08-30 14:20:06.000000000 -0700
|
||||
@@ -1255,6 +1255,9 @@
|
||||
;;
|
||||
*beos*) M_LIBS=""
|
||||
;;
|
||||
+ *haiku*) M_LIBS=""
|
||||
+ ;;
|
||||
+
|
||||
*) M_LIBS="-lm"
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user