summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-04-30 00:01:17 +0000
committerAchim Gottinger <achim@gentoo.org>2001-04-30 00:01:17 +0000
commit733d58813fe848e2089906ea739d6bdddeaf614f (patch)
tree34585cb6059f7beebe860bbdccf90fea962a0797 /net-misc/hylafax
parentUpdate, glibc header fix (diff)
downloadgentoo-2-733d58813fe848e2089906ea739d6bdddeaf614f.tar.gz
gentoo-2-733d58813fe848e2089906ea739d6bdddeaf614f.tar.bz2
gentoo-2-733d58813fe848e2089906ea739d6bdddeaf614f.zip
Fixed header issue
Diffstat (limited to 'net-misc/hylafax')
-rw-r--r--net-misc/hylafax/files/hylafax-cvs-000614-r1-gentoo.diff11
-rw-r--r--net-misc/hylafax/hylafax-cvs-000614-r1.ebuild4
2 files changed, 14 insertions, 1 deletions
diff --git a/net-misc/hylafax/files/hylafax-cvs-000614-r1-gentoo.diff b/net-misc/hylafax/files/hylafax-cvs-000614-r1-gentoo.diff
new file mode 100644
index 000000000000..250c7c8de7e6
--- /dev/null
+++ b/net-misc/hylafax/files/hylafax-cvs-000614-r1-gentoo.diff
@@ -0,0 +1,11 @@
+--- hylafax/port.h~ Sun Apr 29 23:47:49 2001
++++ hylafax/port.h Sun Apr 29 23:52:15 2001
+@@ -16,7 +16,7 @@
+ #define CONFIG_TIOCMBISBYREF yes
+ #define CONFIG_MAXGID 60002
+ #include <sys/types.h>
+-#define HAS_OSFCN_H 1
++#define HAS_OSFCN_H 0
+ #define HAS_SELECT_H 1
+ #define fxSIGACTIONHANDLER (sig_t)
+ #define fxSIGHANDLER (sig_t)
diff --git a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
index 59689d14abcd..2d13c504b555 100644
--- a/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
+++ b/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2000 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Achim Gottinger <achim@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.4 2000/11/02 08:31:53 achim Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/hylafax/hylafax-cvs-000614-r1.ebuild,v 1.5 2001/04/30 00:01:17 achim Exp $
P=hylafax-cvs-000614
A=${P}.tar.bz2
@@ -20,6 +20,8 @@ src_unpack() {
unpack ${A}
cd ${S}
zcat ${O}/files/${P}.patch.gz | patch -p1
+ cd ..
+ patch -p0 < ${FILESDIR}/${PF}-gentoo.diff
}
src_compile() {