diff options
author | Cameron Banta <cbanta@gmail.com> | 2010-10-27 19:53:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-10-28 12:29:30 +0000 |
commit | 3bcdfd488ace0b68eff4d1e9a9f4b9395fff28f0 (patch) | |
tree | 7e31466ea7f618d463bb817ab02c7438016f624b /main/hylafax/gcc4.5.1.patch | |
parent | c9e97cb90ef4f9bf2cfb78a01c9384a5d1a78608 (diff) | |
download | aports-3bcdfd488ace0b68eff4d1e9a9f4b9395fff28f0.tar.bz2 aports-3bcdfd488ace0b68eff4d1e9a9f4b9395fff28f0.tar.xz |
main/hylafax: update to 6.0.5 / patch for gcc4.5.1
Diffstat (limited to 'main/hylafax/gcc4.5.1.patch')
-rw-r--r-- | main/hylafax/gcc4.5.1.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/hylafax/gcc4.5.1.patch b/main/hylafax/gcc4.5.1.patch new file mode 100644 index 0000000000..0ac556a3ca --- /dev/null +++ b/main/hylafax/gcc4.5.1.patch @@ -0,0 +1,13 @@ +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 |