diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-07 17:32:27 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-04-07 17:32:27 -0700 |
commit | cbdd9d9db1b424522d78c3181dd578b876a3f2ca (patch) | |
tree | edb1034c60b30cfa34e78d8833f9f4c33fd5b61e /audio/littlefly-lv2/files | |
parent | New port: audio/fluida-lv2: Fluidsynth as LV2 plugin (diff) |
New port: audio/littlefly-lv2: Overdrive/distortion pedal simulation LV2 plugin
Diffstat (limited to 'audio/littlefly-lv2/files')
-rw-r--r-- | audio/littlefly-lv2/files/patch-LittleFly_Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/littlefly-lv2/files/patch-LittleFly_Makefile b/audio/littlefly-lv2/files/patch-LittleFly_Makefile new file mode 100644 index 000000000000..8a2c445c08fa --- /dev/null +++ b/audio/littlefly-lv2/files/patch-LittleFly_Makefile @@ -0,0 +1,19 @@ +--- LittleFly/Makefile.orig 2021-04-08 00:24:47 UTC ++++ LittleFly/Makefile +@@ -3,11 +3,11 @@ + STRIP ?= strip + # check if user is root + user = $(shell whoami) +- ifeq ($(user),root) +- INSTALL_DIR ?= /usr/lib/lv2 +- else +- INSTALL_DIR ?= ~/.lv2 +- endif ++ #ifeq ($(user),root) ++ INSTALL_DIR ?= $(PREFIX)/lib/lv2 ++ #else ++ #INSTALL_DIR ?= ~/.lv2 ++ #endif + + # check CPU and supported optimization flags + ifeq ($(UNAME), Linux) |