[Lunar-commits] r26685 - in moonbase/branches/crater/modules_fixed_for_glibc_2.7: . xfce4 xfce4/goodies xfce4/goodies/xfce4-wavelan-plugin xfce4/goodies/xfce4-wavelan-plugin/xfce4-wavelan-plugin
Dennis Veatch
stumbles at lunar-linux.org
Sat Nov 10 15:32:45 CET 2007
Author: stumbles
Date: 2007-11-10 15:32:44 +0100 (Sat, 10 Nov 2007)
New Revision: 26685
Added:
moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/
moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/
moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/xfce4-wavelan-plugin/
moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/xfce4-wavelan-plugin/xfce4-wavelan-plugin/
Modified:
moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/xfce4-wavelan-plugin/xfce4-wavelan-plugin/BUILD
Log:
On more
Copied: moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/xfce4-wavelan-plugin/xfce4-wavelan-plugin (from rev 26675, moonbase/trunk/xfce4/goodies/xfce4-wavelan-plugin)
Modified: moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/xfce4-wavelan-plugin/xfce4-wavelan-plugin/BUILD
===================================================================
--- moonbase/trunk/xfce4/goodies/xfce4-wavelan-plugin/BUILD 2007-11-09 18:25:04 UTC (rev 26675)
+++ moonbase/branches/crater/modules_fixed_for_glibc_2.7/xfce4/goodies/xfce4-wavelan-plugin/xfce4-wavelan-plugin/BUILD 2007-11-10 14:32:44 UTC (rev 26685)
@@ -1,13 +1,18 @@
(
- [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
- # make sure proper PKG_CONFIG_PATH is set
- export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
+ [ -f /etc/profile.d/xfce4.rc ] && . /etc/profile.d/xfce4.rc
- ./configure --build=$BUILD \
- --prefix=${MODULE_PREFIX} \
- $OPTS &&
+ # make sure proper PKG_CONFIG_PATH is set
+ export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}" &&
- default_make
+ #These two sedits fixes a build issue with the new kernel-headers (.23)
+ sedit "39i #include <linux/types.h>" panel-plugin/wi_linux.c
+ sedit "39i #include <linux/if.h>" panel-plugin/wi_linux.c
+ ./configure --build=$BUILD \
+ --prefix=${MODULE_PREFIX} \
+ $OPTS &&
+
+ default_make
+
) > $C_FIFO 2>&1
More information about the Lunar-commits
mailing list