From 1594197df4f159cc28415639b7791e4347def713 Mon Sep 17 00:00:00 2001 From: Steve Russell <41975381+SteveRussell33@users.noreply.github.com> Date: Sun, 26 Feb 2023 00:02:47 +0000 Subject: [PATCH] Update PureData (libPD) to v0.13.2 Thanks to @dizzisound https://github.com/VCVRack/VCV-Prototype/issues/66#issuecomment-1430090584 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b814ab3..2d535f9 100644 --- a/Makefile +++ b/Makefile @@ -226,7 +226,7 @@ libpd := dep/lib/libpd.a SOURCES += src/LibPDEngine.cpp OBJECTS += $(libpd) DEPS += $(libpd) -FLAGS += -Idep/include/libpd -DHAVE_LIBDL +FLAGS += -Idep/include/libpd -DHAVE_LIBDL -DPDINSTANCE -DPDTHREADS ifdef ARCH_WIN # PD_INTERNAL leaves the function declarations for libpd unchanged @@ -241,7 +241,7 @@ endif $(libpd): cd dep && git clone "https://github.com/libpd/libpd.git" --recursive - cd dep/libpd && git checkout 5772a612527f06597d44d195843307ad0e3578fe + cd dep/libpd && git checkout e3980d2fe45ef9eaaec1d45e4d68637eaf76a8b1 ifdef ARCH_MAC # libpd's Makefile is handmade, and it doesn't honor CFLAGS and LDFLAGS environments.