summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2007-08-01 20:36:19 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2007-08-01 20:36:19 +0000
commit5b230f78d530332261ccb8e397be49217b8745ac (patch)
tree3c0b9d5e543551f11dcbe68632c50fd57e1764b3 /net-wireless/madwifi-ng-svn/files/madwifi-ng-0.9.3-uudecode-gcda-fix.patch
parentReplacing tarball with individual patches. (diff)
downloadje_fro-5b230f78d530332261ccb8e397be49217b8745ac.tar.gz
je_fro-5b230f78d530332261ccb8e397be49217b8745ac.tar.bz2
je_fro-5b230f78d530332261ccb8e397be49217b8745ac.zip
Add madwifi svn ebuild intended for macbook pro users.
svn path=/; revision=6
Diffstat (limited to 'net-wireless/madwifi-ng-svn/files/madwifi-ng-0.9.3-uudecode-gcda-fix.patch')
-rw-r--r--net-wireless/madwifi-ng-svn/files/madwifi-ng-0.9.3-uudecode-gcda-fix.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/net-wireless/madwifi-ng-svn/files/madwifi-ng-0.9.3-uudecode-gcda-fix.patch b/net-wireless/madwifi-ng-svn/files/madwifi-ng-0.9.3-uudecode-gcda-fix.patch
new file mode 100644
index 0000000..686958c
--- /dev/null
+++ b/net-wireless/madwifi-ng-svn/files/madwifi-ng-0.9.3-uudecode-gcda-fix.patch
@@ -0,0 +1,12 @@
+Index: ath_hal/Makefile
+===================================================================
+--- ath_hal/Makefile (revision 1648)
++++ ath_hal/Makefile (working copy)
+@@ -61,6 +61,7 @@
+ ath_hal-objs := ah_osdep.o ${TARGET}.hal.o
+
+ hostprogs-y := uudecode
++uudecode-objs := uudecode.o
+
+ # For older 2.6 kernels
+ host-progs := $(hostprogs-y)