From a9fa6edfb5a737e5859ca8b1829cbc444a8f967b Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Wed, 15 Jun 2016 20:39:09 -0400
Subject: [PATCH] port aa6126adae5613d337cc71cee17b0078485dcc05 from Pd-l2ork:
 added temporary fix for rtcmix build until it is fixed upstream

---
 l2ork_addons/tar_em_up.sh | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/l2ork_addons/tar_em_up.sh b/l2ork_addons/tar_em_up.sh
index 225682764..b535a64e3 100755
--- a/l2ork_addons/tar_em_up.sh
+++ b/l2ork_addons/tar_em_up.sh
@@ -132,13 +132,13 @@ then
 	if [ -d .git ]; then
 		# check if Gem submodule is empty, and if so do first init
 		if [ "$(ls -A Gem)" ]; then
-			#git submodule update
-			git submodule foreach git pull origin master
+			git submodule update
+			#git submodule foreach git pull origin master
 		else
 			# init all submodules (only necessary the first time)
 			git submodule init
-			#git submodule update
-			git submodule foreach git pull origin master
+			git submodule update
+			#git submodule foreach git pull origin master
 		fi
 	fi
 
@@ -332,7 +332,7 @@ then
 	make
 	cd ../
 	make clean
-	make
+	make LINUXINCLUDE=-I../../pd/src
 	cp -f rtcmix~.pd_linux ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
 	cp -f rtcmix~-help.pd ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
 	cp -rf lib ../../packages/linux_make/build$inst_dir/lib/pd-l2ork/extra
-- 
GitLab