upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / linuxsampler / repos / community-x86_64 / linuxsampler-2.2.0-libgig_package.patch
blob401c429ab0df745ec573a87aacdc7a4d4cc38ec4
1 diff -ruN a/Makefile.am b/Makefile.am
2 --- a/Makefile.am 2016-04-20 17:22:58.000000000 +0200
3 +++ b/Makefile.am 2021-06-02 23:21:56.230175969 +0200
4 @@ -32,7 +32,7 @@
5 echo "*** LinuxSampler was compiled with instruments DB support and"; \
6 echo "*** $(DESTDIR)/var/lib/linuxsampler/instruments.db"; \
7 echo "*** doesn't exist yet, creating it now:"; \
8 - mkdir -p $(DESTDIR)/var/lib/linuxsampler && ./src/linuxsampler \
9 + mkdir -p $(DESTDIR)/var/lib/linuxsampler && LD_LIBRARY_PATH="/usr/lib/libgig/:/usr/lib/" ./src/linuxsampler \
10 --create-instruments-db $(DESTDIR)/var/lib/linuxsampler/instruments.db ; \
12 endif