diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-12-12 00:43:43 +0100 |
commit | 965bf8becf63a12169cd964973e3a56fd96e21fe (patch) | |
tree | 5c9459da5196712c9153304804a1b44510b6e00b /package/wpa_supplicant | |
parent | 070cac9d32fa7a0f7f4d52eddec901d248cdfae3 (diff) |
a bunch of FreeBSD compatibility patches
Diffstat (limited to 'package/wpa_supplicant')
-rw-r--r-- | package/wpa_supplicant/patches/patch-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/wpa_supplicant/patches/patch-Makefile b/package/wpa_supplicant/patches/patch-Makefile deleted file mode 100644 index 6b33a653d..000000000 --- a/package/wpa_supplicant/patches/patch-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$Id$ ---- wpa_supplicant-0.5.8.orig/Makefile Tue May 29 02:08:25 2007 -+++ wpa_supplicant-0.5.8/Makefile Sun Oct 21 20:55:37 2007 -@@ -3,7 +3,8 @@ CC=gcc - endif - - ifndef CFLAGS --CFLAGS = -MMD -O2 -Wall -g -+OPT_FLAGS = -O2 -g -+CFLAGS = -MMD $(OPT_FLAGS) -Wall - endif - - # Include directories for CVS version |