Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
ecbf695762
4 changed files with 14 additions and 18 deletions
  1. +1
    -1
      package/avm/yeahwm/yeahwm.desc
  2. +11
    -15
      package/base/irda-utils/linux-asm-byteorder_h.patch
  3. +1
    -1
      package/rene/valgrind/linux-2.6.9.patch
  4. +1
    -1
      package/x11/imagemagick/imagemagick.conf

+ 1
- 1
package/avm/yeahwm/yeahwm.desc

@ -30,7 +30,7 @@
[T] Solid resize and move operations, Virtual Desktops,
[T] " Magic" Screen edges for desktop switching,
[T] Snapping to other windows and screen borders when moving windows.
[t] Small binary size(ca. 23kb), Little resource usage, It's slick.
[T] Small binary size(ca. 23kb), Little resource usage, It's slick.
[U] http://phrat.de/index.html

+ 11
- 15
package/base/irda-utils/linux-asm-byteorder_h.patch

@ -1,6 +1,5 @@
diff -dur irda-utils-0.9.16/irattach/dongle_attach.c irda-utils-0.9.16-p/irattach/dongle_attach.c
--- irda-utils-0.9.16/irattach/dongle_attach.c 2002-06-23 20:09:31.000000000 +0000
+++ irda-utils-0.9.16-p/irattach/dongle_attach.c 2004-10-27 19:06:50.718390704 +0000
--- ./irattach/dongle_attach.c 2002-06-23 20:09:31.000000000 +0000
+++ ./irattach/dongle_attach.c 2004-10-27 19:06:50.718390704 +0000
@@ -38,6 +38,19 @@
#include <signal.h>
#include <string.h>
@ -21,14 +20,12 @@ diff -dur irda-utils-0.9.16/irattach/dongle_attach.c irda-utils-0.9.16-p/irattac
#include <asm/byteorder.h>
#include <net/if.h>
diff -dur irda-utils-0.9.16/irdaping/irdaping.c irda-utils-0.9.16-p/irdaping/irdaping.c
--- irda-utils-0.9.16/irdaping/irdaping.c 2003-07-08 01:33:39.000000000 +0000
+++ irda-utils-0.9.16-p/irdaping/irdaping.c 2004-10-27 19:07:13.140981952 +0000
@@ -43,6 +43,19 @@
* the only ones that knows anything about IrDA and byte ordering.
*/
--- ./irdaping/irdaping.c 2003-07-08 01:33:39.000000000 +0000
+++ ./irdaping/irdaping.c 2004-10-27 19:07:13.140981952 +0000
@@ -32,6 +32,18 @@
#include <signal.h>
#include <string.h>
+
+#ifdef __CHECKER__
+#define __bitwise __attribute__((bitwise))
+#else
@ -41,12 +38,11 @@ diff -dur irda-utils-0.9.16/irdaping/irdaping.c irda-utils-0.9.16-p/irdaping/ird
+#define __le64 __bitwise __u64
+#define __be64 __bitwise __u64
+
#include <asm/byteorder.h> /* __cpu_to_le32 and co. */
#include <asm/byteorder.h>
#include <linux/types.h> /* For __u8 and co. */
diff -dur irda-utils-0.9.16/tekram/irkbd.c irda-utils-0.9.16-p/tekram/irkbd.c
--- irda-utils-0.9.16/tekram/irkbd.c 2000-11-06 21:13:52.000000000 +0000
+++ irda-utils-0.9.16-p/tekram/irkbd.c 2004-10-27 19:05:01.285027104 +0000
/*
--- ./tekram/irkbd.c 2000-11-06 21:13:52.000000000 +0000
+++ ./tekram/irkbd.c 2004-10-27 19:05:01.285027104 +0000
@@ -45,6 +45,18 @@
#include <irda.h>

+ 1
- 1
package/rene/valgrind/linux-2.6.9.patch

@ -12,7 +12,7 @@
+# define pgoff_t unsigned long
+# endif
+
+/* #include <net/if.h> /* for struct ifreq et al */
+/* #include <net/if.h> */ /* for struct ifreq et al */
#include <net/if_arp.h> /* for struct arpreq */
#include <net/route.h> /* for struct rtentry */
#ifdef HAVE_LINUX_COMPILER_H

+ 1
- 1
package/x11/imagemagick/imagemagick.conf

@ -21,7 +21,7 @@
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append INSTALL_WRAPPER_FILTER "|" \
'sed "s,usr/lib/libltdl.*\$,/dev/null,"'
"sed 's,usr/lib/libltdl,$builddir/dummy_libltdl,'"
var_append configprefix " " 'CPPFLAGS="-I/usr/include/libxml2"'
confopt="$confopt -disable-ltdl-install --enable-shared --with-modules"

Loading…
Cancel
Save