summaryrefslogtreecommitdiff
path: root/emulators/hercules/files/patch-ah
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 05:22:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-25 05:22:11 +0000
commitc1252d8a6441358ee2c89251f27b94d21973aa31 (patch)
tree6b0735e4a9d96602019dc29c7ec146690c3e4c4a /emulators/hercules/files/patch-ah
parentremove ports/graphics/miniscrib (diff)
Merge Mark Daniel Szlaga's tape patches into the port, Fix some PORTDOCS issues.
PR: 39785 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=61903
Diffstat (limited to 'emulators/hercules/files/patch-ah')
-rw-r--r--emulators/hercules/files/patch-ah18
1 files changed, 18 insertions, 0 deletions
diff --git a/emulators/hercules/files/patch-ah b/emulators/hercules/files/patch-ah
new file mode 100644
index 000000000000..7af5d7cab74c
--- /dev/null
+++ b/emulators/hercules/files/patch-ah
@@ -0,0 +1,18 @@
+diff -uNr version.c
+--- version.c Thu Nov 29 08:05:47 2001
++++ version.c Thu Jan 17 14:10:55 2002
+@@ -77,6 +77,14 @@
+ "No HET BZIP2 support",
+ #endif
+
++#if defined(GNU_MTIO_SUPPORT)
++ "Using GNU tape handling",
++#elif defined(HAVE_MTIO_H)
++ "Using generic Unix tape handling",
++#else
++ "No SCSI tape support",
++#endif
++
+ #if defined(CUSTOM_BUILD_STRING)
+ CUSTOM_BUILD_STRING,
+ #endif