diff options
Diffstat (limited to 'audio/dpf-plugins-lv2/files/patch-Makefile')
-rw-r--r-- | audio/dpf-plugins-lv2/files/patch-Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/dpf-plugins-lv2/files/patch-Makefile b/audio/dpf-plugins-lv2/files/patch-Makefile new file mode 100644 index 000000000000..1e3ba2ab0f66 --- /dev/null +++ b/audio/dpf-plugins-lv2/files/patch-Makefile @@ -0,0 +1,27 @@ +--- Makefile.orig 2018-08-18 06:07:42 UTC ++++ Makefile +@@ -109,17 +109,17 @@ endif + # -------------------------------------------------------------- + + install: +- install -d $(DESTDIR)$(PREFIX)/lib/ladspa/ +- install -d $(DESTDIR)$(PREFIX)/lib/dssi/ ++ #install -d $(DESTDIR)$(PREFIX)/lib/ladspa/ ++ #install -d $(DESTDIR)$(PREFIX)/lib/dssi/ + install -d $(DESTDIR)$(PREFIX)/lib/lv2/ +- install -d $(DESTDIR)$(PREFIX)/lib/vst/ ++ #install -d $(DESTDIR)$(PREFIX)/lib/vst/ + +- cp bin/*-ladspa.* $(DESTDIR)$(PREFIX)/lib/ladspa/ +- cp bin/*-dssi.* $(DESTDIR)$(PREFIX)/lib/dssi/ +- cp bin/*-vst.* $(DESTDIR)$(PREFIX)/lib/vst/ ++ #cp bin/*-ladspa.* $(DESTDIR)$(PREFIX)/lib/ladspa/ ++ #cp bin/*-dssi.* $(DESTDIR)$(PREFIX)/lib/dssi/ ++ #cp bin/*-vst.* $(DESTDIR)$(PREFIX)/lib/vst/ + + ifeq ($(HAVE_DGL),true) +- cp -r bin/*-dssi $(DESTDIR)$(PREFIX)/lib/dssi/ ++ #cp -r bin/*-dssi $(DESTDIR)$(PREFIX)/lib/dssi/ + endif + cp -r bin/*.lv2 $(DESTDIR)$(PREFIX)/lib/lv2/ + |