OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Thomas Lotterer
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-re Date: 06-Feb-2004 16:47:48
Branch: HEAD Handle: 2004020615474700
Modified files:
openpkg-re osprereq.txt
Log:
apply and log fedora1 /usr/include/asm/param.h kludge
Summary:
Revision Changes Path
1.8 +16 -0 openpkg-re/osprereq.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-re/osprereq.txt
============================================================================
$ cvs diff -u -r1.7 -r1.8 osprereq.txt
--- openpkg-re/osprereq.txt 30 Jan 2004 09:47:41 -0000 1.7
+++ openpkg-re/osprereq.txt 6 Feb 2004 15:47:47 -0000 1.8
@@ -30,6 +30,22 @@
- libtermcap-devel (for /usr/lib/libtermcap* stuff)
- ncurses-devel-5.3-9.i386.rpm (kermit)
- pam-devel-0.75-51.i386.rpm (pam)
+
+ apply the following patch to glibc-kernheaders-2.4-8.36
+ otherwise /usr/include/asm/param.h breaks the
+ compiling of dotneato/common/timing.c in graphviz, see
+ http://apt.ling.li/rpms/graphviz/
+
+ --- /usr/include/asm/param.h.orig 2003-09-20 09:42:52.000000000 +0200
+ +++ /usr/include/asm/param.h 2004-02-06 16:30:31.000000000 +0100
+ @@ -2,6 +2,7 @@
+ #define _ASMi386_PARAM_H
+
+ #ifndef HZ
+ +#include <unistd.h>
+ #define HZ sysconf(_SC_CLK_TCK)
+ #endif
+
o Redhat 7.x:
- ...
o Redhat 8.x:
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]