From 626abd1ea170b047d272da464c1323ab4e40ef27 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 14 Mar 2012 20:04:56 +0000 Subject: [PATCH] move the post-install hacks to the gtk script and conditionalize the one that is for OS X only git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@11686 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/build-ardour-stack | 33 ------------------------------ tools/build-gtk-stack | 43 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+), 33 deletions(-) diff --git a/tools/build-ardour-stack b/tools/build-ardour-stack index 464d39b654..3f5a77bb24 100755 --- a/tools/build-ardour-stack +++ b/tools/build-ardour-stack @@ -249,36 +249,3 @@ svn co http://svn.drobilla.net/lad/trunk/lilv && \ svn co http://svn.drobilla.net/lad/trunk/suil && \ (set -e && cd suil && CFLAGS="-I$PREFIX/include" ./waf configure --prefix=$PREFIX && ./waf && ./waf install) || die "suil build failed" -# two post-install hacks - -cat < - -+#ifdef nil -+#undef nil -+#endif - - namespace sigc { - -EOFA - -cat < + ++#ifdef nil ++#undef nil ++#endif + + namespace sigc { + +EOFA +fi + +# +# libgnomecanvas has an incorrect pkg-config file. it has an implicit dependency on pangoft2. +# + +cat <