summaryrefslogtreecommitdiff
path: root/net/delegate/patches
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-04-04 18:01:38 +0000
committerhubertf <hubertf@pkgsrc.org>1999-04-04 18:01:38 +0000
commit7a3e836e8e49c2078ad6a6458a32802e9e4c73bc (patch)
tree1e14bc48dfb7028654690f98e0da07348aff7df2 /net/delegate/patches
parentfd6ba6da64cdb26213d273743251bc91c16eb1ca (diff)
downloadpkgsrc-7a3e836e8e49c2078ad6a6458a32802e9e4c73bc.tar.gz
Don't require "." in PATH (which obviously didn't work anyways :-)
Diffstat (limited to 'net/delegate/patches')
-rw-r--r--net/delegate/patches/patch-ad27
1 files changed, 27 insertions, 0 deletions
diff --git a/net/delegate/patches/patch-ad b/net/delegate/patches/patch-ad
new file mode 100644
index 00000000000..d2ec4153fca
--- /dev/null
+++ b/net/delegate/patches/patch-ad
@@ -0,0 +1,27 @@
+$NetBSD: patch-ad,v 1.1 1999/04/04 18:01:38 hubertf Exp $
+
+--- Makefile.BAK Sun Apr 4 19:52:44 1999
++++ Makefile Sun Apr 4 19:53:10 1999
+@@ -21,8 +21,8 @@
+
+ FILES = $(FILEC) $(MIME)
+
+-MKMKMK = mkmkmk.exe
+-MKMAKE = mkmake.exe
++MKMKMK = ./mkmkmk.exe
++MKMAKE = ./mkmake.exe
+
+ HDRDIRS = -I../include
+ LIBDIRS = -L../lib
+@@ -33,11 +33,6 @@
+
+ $(MKMAKE): Makefile mkmkmk.c maker/mkmake.c
+ $(CC) -DMKMKMK -DDEFCC=\"$(CC)\" $(HDRDIRS) $(LIBDIRS) mkmkmk.c -o $(MKMKMK)
+- @echo "-----------------------------------------------------------------"
+- @echo "This Makefile assumes '.' is included in your PATH environment."
+- @echo "If the following rule failed in '$(MKMKMK): not found'"
+- @echo "retry like this >>>>>>>> $(MAKE) "PATH=\".:\$$PATH\"
+- @echo "-----------------------------------------------------------------"
+ $(MKMKMK) -mkmkmk "$(CC)" $(HDRDIRS) $(LIBDIRS) maker/mkmake.c -o $@
+
+ files:; @echo $(FILES)