diff options
Diffstat (limited to 'package/brutefir/patches')
-rw-r--r-- | package/brutefir/patches/patch-Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/package/brutefir/patches/patch-Makefile b/package/brutefir/patches/patch-Makefile index 60e70f0bc..bcd97dc3f 100644 --- a/package/brutefir/patches/patch-Makefile +++ b/package/brutefir/patches/patch-Makefile @@ -1,5 +1,5 @@ ---- brutefir-1.0m.orig/Makefile 2013-11-29 15:55:01.000000000 +0200 -+++ brutefir-1.0m/Makefile 2015-07-25 21:37:39.948001421 +0200 +--- brutefir-1.0m.orig/Makefile 2013-11-29 14:55:01.000000000 +0100 ++++ brutefir-1.0m/Makefile 2015-07-26 01:43:09.000000000 +0200 @@ -17,17 +17,17 @@ FFTW_LIB = -lfftw3 -lfftw3f ################################### @@ -23,3 +23,12 @@ CC_FPIC = -fPIC LD_SHARED = -shared +@@ -59,7 +59,7 @@ LIB_TARGETS = cli.bflogic eq.bflogic fil + + UNAME = $(shell uname) + UNAME_P = $(shell uname -p) +-UNAME_M = $(shell uname -m) ++UNAME_M = + + # Linux + ifeq ($(UNAME),Linux) |