void-packages/srcpkgs/chroot-make/patches/make-3.82-getcwd.patch

13 lines
377 B
Diff

--- make.h~ 2010-07-20 15:12:06.000000000 +0200
+++ make.h 2010-08-11 15:19:09.000000000 +0200
@@ -472,7 +472,7 @@ 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)
char *getcwd ();
# endif
#else
Diff finished. Wed Aug 11 15:19:12 2010