[Lunar-commits] <moonbase> xfce4-wavelan-plugin: fix the BUILD file.

Florin Braescu florin at lunar-linux.org
Tue Apr 21 18:27:13 CEST 2009


commit 08e20a1d7b502451738ff608caba8bdcd6656950
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Apr 21 19:27:13 2009 +0300

    xfce4-wavelan-plugin: fix the BUILD file.
---
 xfce4/goodies/xfce4-wavelan-plugin/BUILD |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/xfce4/goodies/xfce4-wavelan-plugin/BUILD b/xfce4/goodies/xfce4-wavelan-plugin/BUILD
index a8a9933..bb4d418 100644
--- a/xfce4/goodies/xfce4-wavelan-plugin/BUILD
+++ b/xfce4/goodies/xfce4-wavelan-plugin/BUILD
@@ -3,15 +3,11 @@
   [ -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}" &&
+  export PKG_CONFIG_PATH="${MODULE_PREFIX}/lib/pkgconfig:${PKG_CONFIG_PATH}"  &&
 
-  #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                      &&
+  ./configure  --build=$BUILD             \
+               --prefix=${MODULE_PREFIX}  \
+               $OPTS                     &&
 
   default_make
 


More information about the Lunar-commits mailing list