SOURCES: zaptel-sparc.patch (NEW) - fix build on sparc

glen glen at pld-linux.org
Fri Sep 26 00:41:21 CEST 2008


Author: glen                         Date: Thu Sep 25 22:41:21 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix build on sparc

---- Files affected:
SOURCES:
   zaptel-sparc.patch (1.2 -> 1.3)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/zaptel-sparc.patch
diff -u /dev/null SOURCES/zaptel-sparc.patch:1.3
--- /dev/null	Fri Sep 26 00:41:21 2008
+++ SOURCES/zaptel-sparc.patch	Fri Sep 26 00:41:15 2008
@@ -0,0 +1,14 @@
+--- /home/users/builder2/rpm/BUILD/zaptel-1.4.12.1/kernel/pciradio.c	2008-09-25 22:47:18.761322372 +0000
++++ /home/users/builder2/rpm/BUILD/zaptel-1.4.12.1/kernel/pciradio.c.new	2008-09-25 22:47:15.145487408 +0000
+@@ -52,6 +52,11 @@
+ #include <asm/io.h>
+ #include <asm/delay.h> 
+ 
++#include <linux/version.h>
++#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,18)
++#include <linux/delay.h>
++#endif
++
+ #ifdef STANDALONE_ZAPATA
+ #include "zaptel.h"
+ #else
================================================================


More information about the pld-cvs-commit mailing list