diff options
author | Peter Foley <pefoley2@verizon.net> | 2012-12-17 17:48:00 -0500 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-12-25 09:39:47 +0100 |
commit | 5b0d2d02a51dcf6c4235124f7d92280877fbb3df (patch) | |
tree | 8e647659f49cda94467bcf934cf3f6ceee68b212 /Makefile.fetch | |
parent | 2d8a50d3f8a5af914e2e184796bfab05df52c539 (diff) |
convert external to gbuild
Change-Id: I7127db6aad9e97a0f3e758aa83b22ac8465d3f43
Diffstat (limited to 'Makefile.fetch')
-rw-r--r-- | Makefile.fetch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.fetch b/Makefile.fetch index 161dc402100f..4b60d7bd4ec7 100644 --- a/Makefile.fetch +++ b/Makefile.fetch @@ -79,7 +79,6 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,VISIO,VISIO_TARBALL) \ ,$(call fetch_Download_item_special,http://dev-www.libreoffice.org/src,$(item))) $(foreach item, \ - 4a660ce8466c9df01f19036435425c3a-glibc-2.1.3-stub.tar.gz \ $(call fetch_Optional,AFMS,$(AFMS_TARBALL)) \ $(call fetch_Optional,APACHE_COMMONS,$(APACHE_COMMONS_CODEC_TARBALL)) \ $(call fetch_Optional,APACHE_COMMONS,$(APACHE_COMMONS_HTTPCLIENT_TARBALL)) \ @@ -93,6 +92,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,CPPUNIT,$(CPPUNIT_TARBALL)) \ $(call fetch_Optional,CT2N,$(CT2N_TARBALL)) \ $(call fetch_Optional,CURL,$(CURL_TARBALL)) \ + $(call fetch_Optional,DBGHELP,$(DBGHELP_DLL)) \ $(call fetch_Optional,EPM,$(EPM_TARBALL)) \ $(call fetch_Optional,EXPAT,$(EXPAT_TARBALL)) \ $(call fetch_Optional,MORE_FONTS,$(FONT_DEJAVU_TARBALL)) \ @@ -108,6 +108,7 @@ $(WORKDIR)/download: $(BUILDDIR)/config_host.mk $(SRCDIR)/download.lst $(SRCDIR) $(call fetch_Optional,FREETYPE,$(FREETYPE_TARBALL)) \ $(GOOGLE_DOCS_EXTENSION_PACK) \ $(call fetch_Optional,GRAPHITE,$(GRAPHITE_TARBALL)) \ + $(call fetch_Optional,GLIBC,$(GLIBC_TARBALL)) \ $(call fetch_Optional,HSQLDB,$(HSQLDB_TARBALL)) \ $(call fetch_Optional,HUNSPELL,$(HUNSPELL_TARBALL)) \ $(call fetch_Optional,HYPHEN,$(HYPHEN_TARBALL)) \ |