aboutsummaryrefslogtreecommitdiffstats
path: root/main/hylafax/gcc4.5.1.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-07-23 12:01:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-07-23 12:02:28 +0000
commitd398e93df31fb312588e35d15132f1c6b52a6e22 (patch)
treeedeab32698e07415c5f5046bb136f6dcda02cf36 /main/hylafax/gcc4.5.1.patch
parentee1d4af146a195bbbb1a64ca3d93cfd1cc9def37 (diff)
downloadaports-d398e93df31fb312588e35d15132f1c6b52a6e22.tar.bz2
aports-d398e93df31fb312588e35d15132f1c6b52a6e22.tar.xz
main/hylafax: upgrade to 6.0.6
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 0ac556a3ca..0000000000
--- 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