summaryrefslogtreecommitdiff
path: root/packaging/make-3.80-getcwd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/make-3.80-getcwd.patch')
-rw-r--r--packaging/make-3.80-getcwd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/packaging/make-3.80-getcwd.patch b/packaging/make-3.80-getcwd.patch
new file mode 100644
index 0000000..e284f42
--- /dev/null
+++ b/packaging/make-3.80-getcwd.patch
@@ -0,0 +1,11 @@
+--- make-3.80/make.h.jj 2002-09-11 12:55:44.000000000 -0400
++++ make-3.80/make.h 2005-03-07 09:24:53.000000000 -0500
+@@ -474,7 +474,7 @@ extern long int lseek ();
+ #endif /* Not GNU C library or POSIX. */
+
+ #ifdef HAVE_GETCWD
+-# if !defined(VMS) && !defined(__DECC)
++# if !defined(VMS) && !defined(__DECC) && !defined(getcwd)
+ extern char *getcwd ();
+ #endif
+ #else