summaryrefslogtreecommitdiff
path: root/sysutils/scsiinfo/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/scsiinfo/patches/patch-aa')
-rw-r--r--sysutils/scsiinfo/patches/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/scsiinfo/patches/patch-aa b/sysutils/scsiinfo/patches/patch-aa
new file mode 100644
index 00000000000..01c129b3971
--- /dev/null
+++ b/sysutils/scsiinfo/patches/patch-aa
@@ -0,0 +1,19 @@
+$NetBSD: patch-aa,v 1.1.1.1 2002/08/20 15:45:04 grant Exp $
+
+--- Makefile.orig Wed Aug 21 01:23:41 2002
++++ Makefile Wed Aug 21 01:24:16 2002
+@@ -1,4 +1,4 @@
+-CC = cc # you can use gcc, if you like. Don't use /usr/ucb/cc; it won't work.
++#CC = cc # you can use gcc, if you like. Don't use /usr/ucb/cc; it won't work.
+ INCLUDEDIRS = -Iinclude
+
+ #
+@@ -25,7 +25,7 @@
+ $(RM) adapters
+ ./mkadapters esp isp fas glm ptisp pln >adapters
+
+-include adapters
++.include "adapters"
+
+ #
+ # remove -DNOTCH_REPORT if you have trouble compiling notch.c