Package: xorg-x11
Severity: normal
Tags: patch

Hi,

Here is a small patch for fixing local socket creation: Hurd socket are
BSD_4.4_sockets-like.

Regards,
Samuel
--- xorg-x11-6.9.0.dfsg.1/debian/patches/hurd/800_gnu_config.diff       
2006-01-14 03:46:47.000000000 +0100
+++ xorg-x11-6.9.0.dfsg.1/debian/patches/hurd/800_gnu_config.diff       
2006-01-14 03:47:37.000000000 +0100
@@ -7,7 +7,7 @@
  
  #ifndef OSName
  #define OSName                        DefaultOSName
-@@ -17,57 +17,371 @@
+@@ -17,57 +17,373 @@
  #ifndef OSTeenyVersion
  #define OSTeenyVersion                DefaultOSTeenyVersion
  #endif
@@ -353,8 +353,8 @@
 +#ifndef HasSecureRPC
 +# define HasSecureRPC         YES
 +#endif
--
--#define HasBSD44Sockets               YES
+ 
+ #define HasBSD44Sockets               YES
  #define HasSockets            YES
 +#ifndef HasSnprintf
  #define HasSnprintf           YES
@@ -393,7 +393,7 @@
  #define AvoidNullMakeCommand  YES
  #ifndef DebuggableLibraries
  #define DebuggableLibraries   NO
-@@ -87,32 +401,64 @@
+@@ -87,32 +403,64 @@
  #define UseStaticTermcapLib   NO
  #endif
  
@@ -466,7 +466,7 @@
  #define YaccCmd                       bison -y
  #define LexCmd                        flex -l
  #define HasFlex                       YES
-@@ -128,30 +474,68 @@
+@@ -128,30 +476,68 @@
  #define StandardCppDefines    StandardDefines
  
  #define HasVarRun             YES
@@ -541,7 +541,7 @@
  #define HasGnuMake    YES
  
  #define MakeNamedTargetSubdir(dir,flags,subname)\
-@@ -159,12 +543,16 @@
+@@ -159,12 +545,16 @@
  
  #define ArchitectureDefines   -DGNU_ARCHITECTURE
  

Reply via email to