From 168118db7c4b1fd03547440cc5359a6d1a2f4fd4 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 20 Aug 2009 00:51:51 +0200 Subject: mass update --- opencore-amr/opencore-amr-0.1.1-arch-paths.patch | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 opencore-amr/opencore-amr-0.1.1-arch-paths.patch (limited to 'opencore-amr/opencore-amr-0.1.1-arch-paths.patch') diff --git a/opencore-amr/opencore-amr-0.1.1-arch-paths.patch b/opencore-amr/opencore-amr-0.1.1-arch-paths.patch new file mode 100644 index 0000000..36a4cfe --- /dev/null +++ b/opencore-amr/opencore-amr-0.1.1-arch-paths.patch @@ -0,0 +1,28 @@ +Index: opencore-amr/amrnb/Makefile +=================================================================== +--- opencore-amr.orig/amrnb/Makefile ++++ opencore-amr/amrnb/Makefile +@@ -10,7 +10,7 @@ + endif + + ifeq (, $(PREFIX)) +- PREFIX = /usr/local ++ PREFIX = /usr + endif + + DEC_DIR = $(AMR_BASE)/amr_nb/dec + +Index: opencore-amr/amrwb/Makefile +=================================================================== +--- opencore-amr.orig/amrwb/Makefile ++++ opencore-amr/amrwb/Makefile +@@ -10,7 +10,7 @@ + endif + + ifeq (, $(PREFIX)) +- PREFIX = /usr/local ++ PREFIX = /usr + endif + + DEC_DIR = $(AMR_BASE)/amr_wb/dec + -- cgit v1.2.3-24-g4f1b