aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/0002-verbose-build.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-10-19 02:46:33 +0200
committerJakub Jirutka <jakub@jirutka.cz>2017-10-19 02:55:00 +0200
commit2cfffff97a7d30fbc136f14b6a2143a2319fd9b8 (patch)
tree745f34cbd862f902b193ffd18f61fee7cbe768bc /community/julia/0002-verbose-build.patch
parent243ef3763a7a93f1ab783afbc847f7783f539f4c (diff)
downloadaports-2cfffff97a7d30fbc136f14b6a2143a2319fd9b8.tar.bz2
aports-2cfffff97a7d30fbc136f14b6a2143a2319fd9b8.tar.xz
community/julia: upgrade to 0.6.0
Diffstat (limited to 'community/julia/0002-verbose-build.patch')
-rw-r--r--community/julia/0002-verbose-build.patch15
1 files changed, 8 insertions, 7 deletions
diff --git a/community/julia/0002-verbose-build.patch b/community/julia/0002-verbose-build.patch
index c13f93fead..51651aa172 100644
--- a/community/julia/0002-verbose-build.patch
+++ b/community/julia/0002-verbose-build.patch
@@ -1,17 +1,18 @@
Description: Ensure that build is verbose
Author: Sébastien Villemot <sebastien@debian.org>
Author: Shiz <hi@shiz.me>
+Author: Jakub Jirutka <jakub@jirutka.cz>
Forwarded: not-needed
-Last-Update: 2017-05-19
+Last-Updated: 2017-10-19
---
--- a/deps/libuv.mk
+++ b/deps/libuv.mk
-@@ -33,7 +33,7 @@
+@@ -30,7 +30,7 @@
touch -c $(SRCDIR)/srccache/$(LIBUV_SRC_DIR)/configure
mkdir -p $(dir $@)
cd $(dir $@) && \
-- $< --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS)
-+ $< --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS) --disable-silent-rules
- touch -c $@
- $(UV_SRC_TARGET): $(BUILDDIR)/$(LIBUV_SRC_DIR)/config.status
- $(MAKE) -C $(dir $<) $(UV_MFLAGS)
+- $(dir $<)/configure --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS)
++ $(dir $<)/configure --with-pic $(CONFIGURE_COMMON) $(UV_FLAGS) --disable-silent-rules
+ echo 1 > $@
+
+ $(BUILDDIR)/$(LIBUV_SRC_DIR)/build-compiled: $(BUILDDIR)/$(LIBUV_SRC_DIR)/build-configured