workaround Illegal instruction bug (aka famous nautilus network

problem); ok jasper@
This commit is contained in:
martynas 2007-06-11 13:12:51 +00:00
parent e0d65d79ac
commit d98de7717c
2 changed files with 14 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2007/05/30 09:56:30 jasper Exp $
# $OpenBSD: Makefile,v 1.23 2007/06/11 13:12:51 martynas Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT= "GNOME Virtual File System"
VERSION= 2.18.1
DISTNAME= gnome-vfs-${VERSION}
PKGNAME= gnome-vfs2-${VERSION}
PKGNAME= gnome-vfs2-${VERSION}p0
SHARED_LIBS += gnomevfs-2 1800.1 # .1800.1
CATEGORIES= x11/gnome

View File

@ -0,0 +1,12 @@
$OpenBSD: patch-libgnomevfs_gnome-vfs-dns-sd_c,v 1.1 2007/06/11 13:12:51 martynas Exp $
--- libgnomevfs/gnome-vfs-dns-sd.c.orig Tue Apr 10 15:03:59 2007
+++ libgnomevfs/gnome-vfs-dns-sd.c Sat Jun 9 16:33:17 2007
@@ -55,7 +55,7 @@
#define PATH_GCONF_GNOME_VFS_DNS_SD "/system/dns_sd"
#define PATH_GCONF_GNOME_VFS_DNS_SD_EXTRA_DOMAINS "/system/dns_sd/extra_domains"
-#define DNS_REPLY_SIZE (64*1024)
+#define DNS_REPLY_SIZE (32*1024)
/* Some systems don't those namespaced constants defined, see