summaryrefslogtreecommitdiffstats
path: root/audio-plugins/zita-ajbridge/0001-make-PREFIX-configurable-from-environment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'audio-plugins/zita-ajbridge/0001-make-PREFIX-configurable-from-environment.patch')
-rw-r--r--audio-plugins/zita-ajbridge/0001-make-PREFIX-configurable-from-environment.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio-plugins/zita-ajbridge/0001-make-PREFIX-configurable-from-environment.patch b/audio-plugins/zita-ajbridge/0001-make-PREFIX-configurable-from-environment.patch
new file mode 100644
index 0000000000..be671c4057
--- /dev/null
+++ b/audio-plugins/zita-ajbridge/0001-make-PREFIX-configurable-from-environment.patch
@@ -0,0 +1,25 @@
+From 964c7c97e27b1e12623d819a68a5025844ee5bc4 Mon Sep 17 00:00:00 2001
+From: Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+Date: Fri, 21 Mar 2014 14:24:45 +0100
+Subject: [PATCH] make PREFIX configurable from environment
+
+---
+ source/Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/source/Makefile b/source/Makefile
+index 1d10985..6029e95 100644
+--- a/source/Makefile
++++ b/source/Makefile
+@@ -18,7 +18,7 @@
+ # ----------------------------------------------------------------------------
+
+
+-PREFIX = /usr/local
++PREFIX ?= /usr/local
+ SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
+ VERSION = 0.4.0
+ BINDIR = $(PREFIX)/bin
+--
+1.9.0
+