From 6bb2b8c403c041683bf3a4b44838e9580c8dce94 Mon Sep 17 00:00:00 2001 From: Jonathan Wilkes <jon.w.wilkes@gmail.com> Date: Mon, 25 Apr 2016 21:05:13 -0400 Subject: [PATCH] fix jwilkes/purr-data#52 Remove commented out configure flags for Gem Try using $(DESTDIR) for Gem's --with-pd flag to find binary and header(s) --- externals/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index 03d942852..057881d1e 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -604,12 +604,7 @@ $(gem_src)/Gem.dll: $(gem_src)/configure --with-vfw32 \ --prefix=$(prefix) \ --libdir=$(objectsdir) \ -# --disable-rpath \ -# --enable-sse2 \ -# --without-quicktime \ -# --with-video=plugins \ -# --with-film=plugins \ - --with-pd=$(pd_src) + --with-pd=$(DESTDIR) $(MAKE) -C $(gem_src) $(gem_src)/Gem.pd_linux: $(gem_src)/configure -- GitLab