From fb977dad51b1dd853d4c30fc20e0a6387e445e4d Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Tue, 13 Sep 2016 18:58:55 -0400 Subject: [PATCH] had to revise pdlibbuilder script to get it to build on OSX. Can't really push it upstream as it's just a hack (and upstream has been aware of the problem for some time...) --- .../{Makefile.pdlibbuilder => Makefile.pdlibbuilder.revised} | 0 externals/fluid~/makefile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename externals/fluid~/{Makefile.pdlibbuilder => Makefile.pdlibbuilder.revised} (100%) diff --git a/externals/fluid~/Makefile.pdlibbuilder b/externals/fluid~/Makefile.pdlibbuilder.revised similarity index 100% rename from externals/fluid~/Makefile.pdlibbuilder rename to externals/fluid~/Makefile.pdlibbuilder.revised diff --git a/externals/fluid~/makefile b/externals/fluid~/makefile index b172e9c74..5de6b095c 100755 --- a/externals/fluid~/makefile +++ b/externals/fluid~/makefile @@ -8,4 +8,4 @@ ldlibs = -lfluidsynth datafiles = ezdac~.pd fluid~-help.pd fluid.pd fluid.gen2sym.pd simple_onthego_synth.pd fluid.gen.txt LICENSE README -include Makefile.pdlibbuilder +include Makefile.pdlibbuilder.revised -- GitLab