X-Git-Url: http://git.pld-linux.org/?p=packages%2Fatmelwlandriver.git;a=blobdiff_plain;f=atmelwlandriver-fucd-makefile.patch;fp=atmelwlandriver-fucd-makefile.patch;h=0000000000000000000000000000000000000000;hp=f04e7ec25945ea8584b68b12d6f534cb661d9a48;hb=6204ad6ca45701c32d6f0caac55fa1fb74222856;hpb=4efa67b05540ab3eb14daa2c8e3df478887fd7bb diff --git a/atmelwlandriver-fucd-makefile.patch b/atmelwlandriver-fucd-makefile.patch deleted file mode 100644 index f04e7ec..0000000 --- a/atmelwlandriver-fucd-makefile.patch +++ /dev/null @@ -1,25 +0,0 @@ ---- atmelwlandriver/src/apps/fw-upgrade/Makefile.orig 2004-08-12 22:31:50.000000000 +0200 -+++ atmelwlandriver/src/apps/fw-upgrade/Makefile 2004-08-12 22:34:26.000000000 +0200 -@@ -3,10 +3,10 @@ - ######################################### - - --CC:=$(shell wx-config --cxx) -+CC:=$(shell wxgtk-2.4-config --cxx) - CCC:=gcc --CFLAGS:=$(shell wx-config --cxxflags) --CFLAGS1:=$(shell wx-config --libs) -+CFLAGS:=$(OPT) $(shell wxgtk-2.4-config --cxxflags) -+CFLAGS1:=$(OPT) $(shell wxgtk-2.4-config --libs) - CCFLAGS:=$(OPT) - OUTDIR:="/usr/local/bin" - -@@ -34,7 +34,7 @@ - wxconfig: - @config_exists=no;\ - for path_dir in `echo $(PATH) | tr : ' '`; do\ -- if test -f $$path_dir/wx-config; then\ -+ if test -f $$path_dir/wxgtk-2.4-config; then\ - config_exists=yes;\ - fi\ - done;\