mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-05 22:48:55 +02:00
Initial x11-lib .bep and patch files, these were all done by michaelvoliveira
Mostly untested, so may need some more work still.
This commit is contained in:
13
x11-libs/libXau/patches/libXau-1.0.5.patch
Normal file
13
x11-libs/libXau/patches/libXau-1.0.5.patch
Normal file
@@ -0,0 +1,13 @@
|
||||
diff -Naur libXau-1.0.5/configure.ac libXau-1.0.5-haiku/configure.ac
|
||||
--- libXau-1.0.5/configure.ac 2009-08-28 04:34:23.023855104 +0000
|
||||
+++ libXau-1.0.5-haiku/configure.ac 2010-04-26 23:21:53.573308928 +0000
|
||||
@@ -58,6 +58,9 @@
|
||||
if test "x$mtsafe" = "x" ; then
|
||||
AC_CHECK_LIB(nsl, gethostbyname_r, [mtsafe=yes])
|
||||
fi
|
||||
+ if test "x$mtsafe" = "x" ; then
|
||||
+ AC_CHECK_LIB(network, gethostbyname_r, [mtsafe=yes])
|
||||
+ fi
|
||||
if test "x$mtsafe" = "xyes" ; then
|
||||
AC_DEFINE(XUSE_MTSAFE_API, 1,
|
||||
[Whether libXau needs to use MT safe API's])
|
||||
Reference in New Issue
Block a user