summaryrefslogtreecommitdiff
path: root/user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-28 23:06:24 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-08-28 23:06:24 +0000
commit244e9cac8037b36a502ec055c3c74078832b2129 (patch)
tree071f4bcc3d5ce0ced8c08d1b64bc0d4626e1b67b /user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch
parent412d288bc4d13d5c6dfc61f7c879b1fad5c71c68 (diff)
downloadpackages-244e9cac8037b36a502ec055c3c74078832b2129.tar.gz
packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.bz2
packages-244e9cac8037b36a502ec055c3c74078832b2129.tar.xz
packages-244e9cac8037b36a502ec055c3c74078832b2129.zip
user/heirloom-devtools: move to system, install m4 and make to /usr/5bin
Diffstat (limited to 'user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch')
-rw-r--r--user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch b/user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch
deleted file mode 100644
index d6c3cd7a5..000000000
--- a/user/heirloom-devtools/heirloom-devtools-070527-64-bit.patch
+++ /dev/null
@@ -1,39 +0,0 @@
---- a/make/vroot/lock.cc 2007/01/18 15:06:32 1.1
-+++ b/make/vroot/lock.cc 2007/10/01 11:44:26 1.2
-@@ -31,7 +31,7 @@
- /*
- * Portions Copyright (c) 2007 Gunnar Ritter, Freiburg i. Br., Germany
- *
-- * Sccsid @(#)lock.cc 1.4 (gritter) 01/13/07
-+ * Sccsid @(#)lock.cc 1.5 (gritter) 10/1/07
- */
-
- #include <avo/intl.h> /* for NOCATGETS */
-@@ -53,7 +53,7 @@
- extern int sys_nerr;
- #endif
-
--static void file_lock_error(char *msg, char *file, char *str, int arg1, int arg2);
-+static void file_lock_error(char *msg, char *file, char *str, const char *arg1, const char *arg2);
-
- #define BLOCK_INTERUPTS sigfillset(&newset) ; \
- sigprocmask(SIG_SETMASK, &newset, &oldset)
-@@ -123,7 +123,7 @@
-
- if (errno != EEXIST) {
- file_lock_error(msg, name, NOCATGETS("symlink(%s, %s)"),
-- (int) name, (int) lockname);
-+ name, lockname);
- fprintf(stderr, "%s", msg);
- return errno;
- }
-@@ -171,7 +171,8 @@
- * Format a message telling why the lock could not be created.
- */
- static void
--file_lock_error(char *msg, char *file, char *str, int arg1, int arg2)
-+file_lock_error(char *msg, char *file, char *str,
-+ const char *arg1, const char *arg2)
- {
- int len;
-