[Lunar-commits] r23831 - moonbase/trunk/kde3/base/kdenetwork3

Dennis Veatch stumbles at lunar-linux.org
Tue Mar 27 12:58:02 CEST 2007


Author: stumbles
Date: 2007-03-27 12:58:02 +0200 (Tue, 27 Mar 2007)
New Revision: 23831

Modified:
   moonbase/trunk/kde3/base/kdenetwork3/BUILD
Log:

Just so the configure looks in the right place.



Modified: moonbase/trunk/kde3/base/kdenetwork3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdenetwork3/BUILD	2007-03-27 10:54:32 UTC (rev 23830)
+++ moonbase/trunk/kde3/base/kdenetwork3/BUILD	2007-03-27 10:58:02 UTC (rev 23831)
@@ -3,6 +3,13 @@
   . /etc/profile.d/qt3.rc
   . /etc/profile.d/kde3.rc
 
+# kdenetwork cannot find this, so if kernel-hearders are installed
+# create a symlink so it can be found.
+
+  if [ -f /usr/include/linux/wireless.h ]; then
+     ln -s /usr/include/linux/wireless.h /usr/include/wireless.h
+  fi &&
+
   # A simple sedit to fix an ICQ issue with kopete and their servers,
   # This should be rechecked on next version update.
   sedit "s:0x0A0F:0x0BB8:" kopete/protocols/oscar/liboscar/oscartypes.h



More information about the Lunar-commits mailing list