================================
ipw2100:source=1.1.2-0.3 (previous: 1.1.2-0.2)
cvc rdiff ipw2100 -1 /[EMAIL PROTECTED]:devel//[EMAIL 
PROTECTED]:desktop/1.1.2-0.3
================================
1.1.2-0.3 xiaowen ([EMAIL PROTECTED]) Mon Sep 19 00:41:37 2005
    Replaced the patch with a few extra lines in the recipe.
    
ipw2100.recipe: changed
Index: ipw2100.recipe
====================================================================
contents(size sha1)
inode(mtime)
--- ipw2100.recipe /[EMAIL PROTECTED]:devel//[EMAIL PROTECTED]:desktop/1.1.2-0.2
+++ ipw2100.recipe /[EMAIL PROTECTED]:devel//[EMAIL PROTECTED]:desktop/1.1.2-0.3
@@ -13,10 +13,16 @@
 
     def unpack(r):
         
r.addArchive('http://unc.dl.sourceforge.net/sourceforge/%(name)s/%(name)s-%(version)s.tgz')
-        r.addPatch('ipw2100.patch')
+
+        # Fix compilation error.
+        r.Replace(('ieee80211_header_data', 'ieee80211_hdr_3addr'), 
'ipw2100.h')
+
+        # Remove depmod from the Makefile.
+        r.Replace(('/sbin/depmod.*', '@/bin/true'), 'Makefile')
 
     def build(r):
-        r.Make('KVER=%(kver)s')
-        r.MakeInstall('KVER=%(kver)s')
+        r.MakeInstall('KVER=%(kver)s'
+                      ' IEEE80211_INC=/lib/modules/%(kver)s/build/include'
+                      ' 
KMISC=%(destdir)s/lib/modules/%(kver)s/kernel/drivers/net/wireless/')
         r.AutoDoc('CHANGES')
         r.Requires('ieee80211:lib', '/lib/modules/.*')


ipw2100.patch: removed

Committed by: xiaowen
_______________________________________________
Desktop-commits mailing list
[email protected]
http://lists.bizrace.com/mailman/listinfo/desktop-commits

Reply via email to