summaryrefslogtreecommitdiff
path: root/graphics/xmfract/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xmfract/files/patch-af')
-rw-r--r--graphics/xmfract/files/patch-af22
1 files changed, 0 insertions, 22 deletions
diff --git a/graphics/xmfract/files/patch-af b/graphics/xmfract/files/patch-af
deleted file mode 100644
index 1636d8c572c3..000000000000
--- a/graphics/xmfract/files/patch-af
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/init_data.c.orig Wed Jun 21 00:47:04 1995
-+++ src/init_data.c Thu Aug 10 22:13:02 2000
-@@ -332,7 +332,9 @@
- {
- char *tempstr = getenv("XMFRACTDIR");
-
-- if (tempstr == NULL) tempstr = getenv("FRACTDIR");
-+ if (tempstr == NULL) {
-+ tempstr = getenv("FRACTDIR");
-+ }
-
- if(tempstr != NULL)
- {
-@@ -346,7 +348,7 @@
- }
-
- if(fractdir == NULL)
-- fractdir = getcwd(NULL, 64);
-+ fractdir = XMFLACT_LIBDIR;
-
- if(fractdir == NULL)
- {