diff options
Diffstat (limited to 'package/squeezelite/patches/patch-Makefile')
-rw-r--r-- | package/squeezelite/patches/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/squeezelite/patches/patch-Makefile b/package/squeezelite/patches/patch-Makefile index 388c8ab31..37e191af9 100644 --- a/package/squeezelite/patches/patch-Makefile +++ b/package/squeezelite/patches/patch-Makefile @@ -1,5 +1,5 @@ ---- squeezelite-1.5.orig/Makefile 2014-01-24 11:24:16.000000000 +0100 -+++ squeezelite-1.5/Makefile 2014-01-24 17:37:36.841831508 +0100 +--- squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99.orig/Makefile 2015-02-16 13:46:04.000000000 -0600 ++++ squeezelite-8b8dfe6918ebe45ade5f3d9b68d453d7b8128d99/Makefile 2015-02-16 13:53:32.402174814 -0600 @@ -1,6 +1,7 @@ # Cross compile support - create a Makefile which defines these three variables and then includes this Makefile... CFLAGS ?= -Wall -fPIC -O2 $(OPTS) |