diff options
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/gnome-vfs/files/patch-sum | 3 | ||||
-rw-r--r-- | sysutils/gnome-vfs/patches/patch-ad | 20 |
2 files changed, 22 insertions, 1 deletions
diff --git a/sysutils/gnome-vfs/files/patch-sum b/sysutils/gnome-vfs/files/patch-sum index c456d6d2bff..202b5ab3410 100644 --- a/sysutils/gnome-vfs/files/patch-sum +++ b/sysutils/gnome-vfs/files/patch-sum @@ -1,5 +1,6 @@ -$NetBSD: patch-sum,v 1.1.1.1 2000/11/25 13:57:10 rh Exp $ +$NetBSD: patch-sum,v 1.2 2000/11/30 03:44:57 mycroft Exp $ MD5 (patch-aa) = 28af9b33a47390683abd8c40b1e9d93b MD5 (patch-ab) = 9245ee772db13e1d80b726378b76e2c3 MD5 (patch-ac) = cbd2a4c2b0df4ff4a3918a7a273db7fe +MD5 (patch-ad) = 66bbb2bb5450aadc565be8b4975f8d0f diff --git a/sysutils/gnome-vfs/patches/patch-ad b/sysutils/gnome-vfs/patches/patch-ad new file mode 100644 index 00000000000..d88afdd49b5 --- /dev/null +++ b/sysutils/gnome-vfs/patches/patch-ad @@ -0,0 +1,20 @@ +$NetBSD: patch-ad,v 1.1 2000/11/30 03:45:26 mycroft Exp $ + +--- modules/Makefile.am.orig Tue Oct 31 09:55:54 2000 ++++ modules/Makefile.am Thu Nov 30 03:42:24 2000 +@@ -77,6 +77,7 @@ + + libvfs_test_la_SOURCES = \ + test-method.c ++libvfs_test_la_LDFLAGS = $(module_flags) + libvfs_test_la_LIBADD = $(XML_LIBS) + + ### `gzip' method +@@ -102,6 +103,7 @@ + libftp_la_SOURCES = \ + ftp-method.c \ + ftp-method.h ++libftp_la_LDFLAGS = $(module_flags) + + ### `gconf' method + |