summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)