hylafax/hylafax-6.0.5-gcc45.patch

13 lines
532 B
Diff

diff -Nru hylafax-6.0.5.orig//configure hylafax-6.0.5/configure
--- hylafax-6.0.5.orig//configure 2011-03-28 17:01:20.670053643 +0200
+++ hylafax-6.0.5/configure 2011-03-28 17:02:18.815721010 +0200
@@ -2882,7 +2882,7 @@
echo '#define HAS_FCHMOD 1'
Note "... configure use of fchmod"
CheckFuncDecl fchmod 'extern int fchmod(int, mode_t);' \
- unistd.h libc.h $OSFCNH sys/stat.h
+ unistd.h $OSFCNH sys/stat.h libc.h
}
CheckFuncDecl mknod 'extern int mknod(const char*, mode_t, dev_t);' \
unistd.h sys/stat.h