summaryrefslogtreecommitdiffstats
path: root/main/hylafax/gcc4.5.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/hylafax/gcc4.5.1.patch')
-rw-r--r--main/hylafax/gcc4.5.1.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/main/hylafax/gcc4.5.1.patch b/main/hylafax/gcc4.5.1.patch
deleted file mode 100644
index 0ac556a3c..000000000
--- a/main/hylafax/gcc4.5.1.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/configure b/configure
-index e49c08f..c6976fd 100755
---- a/configure
-+++ b/configure
-@@ -2882,7 +2882,7 @@ BuildPortDotH()
- 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