summaryrefslogtreecommitdiff
path: root/x11/xplanet/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xplanet/patches/patch-ac')
-rw-r--r--x11/xplanet/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/xplanet/patches/patch-ac b/x11/xplanet/patches/patch-ac
deleted file mode 100644
index 0b6e8c4b2fa..00000000000
--- a/x11/xplanet/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2002/04/04 16:47:55 atatat Exp $
-
-Add support for $XPLANET/images and $HOME/.xplanet/images images, etc.
-
---- xplanet.cc.orig Tue Jan 22 21:07:42 2002
-+++ xplanet.cc Tue Apr 2 22:43:04 2002
-@@ -231,6 +231,8 @@
- }
-
- cerr << "the current directory\nthe images subdirectory\n"
-+ << "$XPLANET" << separator << "images\n"
-+ << "$HOME" << separator << ".xplanet" << separator << "images\n"
- << prefix << separator << "images\n";
-
- if (opts.mapdir.size() == 0)