<div dir="ltr">Please reject/ignore this 2/2 -- in-place sed on Solaris does not work. This is fixed elsewhere in extras/tools/ but it is not reasonable to expect GNU sed to be built at this stage.<div><br></div><div>1/2 is still OK.</div><div><br></div><div>Thanks,</div><div><br></div><div>Sean McG.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 1, 2014 at 10:43 AM, Sean McGovern <span dir="ltr"><<a href="mailto:gseanmcg@gmail.com" target="_blank">gseanmcg@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">---<br>
 extras/tools/tools.mak | 2 +-<br>
 1 file changed, 1 insertion(+), 1 deletion(-)<br>
<br>
diff --git a/extras/tools/tools.mak b/extras/tools/tools.mak<br>
index e249918..93f5b4d 100644<br>
--- a/extras/tools/tools.mak<br>
+++ b/extras/tools/tools.mak<br>
@@ -278,7 +278,7 @@ protobuf: protobuf-$(PROTOBUF_VERSION).tar.bz2<br>
        $(MOVE)<br>
<br>
 .protoc: protobuf<br>
-       (cd $< && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)<br>
+       (cd $< && sed -i.bak "/^install-data-am:/s/install-pkgconfigDATA//" Makefile.in && ./configure --prefix="$(PREFIX)" --disable-shared --enable-static && $(MAKE) && $(MAKE) install)<br>
        touch $@<br>
<br>
 CLEAN_PKG += protobuf<br>
<span class="HOEnZb"><font color="#888888">--<br>
1.9.3 (Apple Git-50)<br>
<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="https://mailman.videolan.org/listinfo/vlc-devel" target="_blank">https://mailman.videolan.org/listinfo/vlc-devel</a><br>
</font></span></blockquote></div><br></div>