pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: pkgsrc-2011Q4 rox file manager build failure on i386 (patch)




I did get rox to build after applying attached CVS diff (patch-ae)

I forgot to send the patch, so here it is.

Petri
Index: sysutils/rox/patches/patch-ae
===================================================================
RCS file: sysutils/rox/patches/patch-ae
diff -N sysutils/rox/patches/patch-ae
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ sysutils/rox/patches/patch-ae       16 Jan 2012 13:33:07 -0000
@@ -0,0 +1,16 @@
+--- ROX-Filer/src/xtypes.c.orig        2009-07-18 17:23:18.000000000 +0300
++++ ROX-Filer/src/xtypes.c     2012-01-16 14:35:22.000000000 +0200
+@@ -59,11 +59,11 @@
+ {
+       void *libc;
+       
+-      libc = dlopen("libc.so.6", RTLD_LAZY | RTLD_NOLOAD);
++      libc = dlopen("libc.so.6", RTLD_LAZY);
+       if (!libc)
+       {
+               /* Try a different name for uClib support */
+-              libc = dlopen("libc.so", RTLD_LAZY | RTLD_NOLOAD);
++              libc = dlopen("libc.so", RTLD_LAZY);
+       }
+ 
+       if (!libc)


Home | Main Index | Thread Index | Old Index