summaryrefslogtreecommitdiff
path: root/sysutils/medusa/patches/patch-ac
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-05-13 14:39:15 +0000
committerwiz <wiz@pkgsrc.org>2007-05-13 14:39:15 +0000
commit2e8801824fa3b48a69fd9e8f493b86ce5e2f4267 (patch)
tree71f066a0429be8cacd4570957c318bbbffe78fe1 /sysutils/medusa/patches/patch-ac
parent018380d68a37ec0771aef31188810716ce2a3f48 (diff)
downloadpkgsrc-2e8801824fa3b48a69fd9e8f493b86ce5e2f4267.tar.gz
Remove some GNOME1 packages that are unmaintained upstream and/or in
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
Diffstat (limited to 'sysutils/medusa/patches/patch-ac')
-rw-r--r--sysutils/medusa/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/sysutils/medusa/patches/patch-ac b/sysutils/medusa/patches/patch-ac
deleted file mode 100644
index 5a63c657352..00000000000
--- a/sysutils/medusa/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.3 2006/03/01 22:46:29 wiz Exp $
-
---- libmedusa/medusa-unsearched-locations.c.orig 2001-04-07 00:47:06.000000000 +0000
-+++ libmedusa/medusa-unsearched-locations.c
-@@ -56,6 +56,10 @@
- #include <glib.h>
- #include <libgnomevfs/gnome-vfs-utils.h>
-
-+#if defined(__NetBSD__) && (__NetBSD_Version__ >= 299000900) /* NetBSD 2.99.9 */
-+#define statfs statvfs
-+#endif
-+
- #include "medusa-unsearched-locations.h"
-
- #define CDROM_DRIVE_STATUS 0x5326 /* Get tray position, etc. */