aboutsummaryrefslogtreecommitdiffstats
path: root/community/julia/makefile-dont-rebuild-docs.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-06-06 13:46:39 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-06 13:51:46 +0000
commitb007fd689eb3bdc8520590b1956241e997016233 (patch)
treef0dd1e895f51e70fffd9338ec270172e2fe5cba6 /community/julia/makefile-dont-rebuild-docs.patch
parent8379a21ad0237d51f18ab16913e1a130e4c0845f (diff)
downloadaports-b007fd689eb3bdc8520590b1956241e997016233.tar.bz2
aports-b007fd689eb3bdc8520590b1956241e997016233.tar.xz
unmaintained/julia: move from community
the tests fails. move it to unmaintained til maintainer takes a look at it
Diffstat (limited to 'community/julia/makefile-dont-rebuild-docs.patch')
-rw-r--r--community/julia/makefile-dont-rebuild-docs.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/community/julia/makefile-dont-rebuild-docs.patch b/community/julia/makefile-dont-rebuild-docs.patch
deleted file mode 100644
index 8e067a09ca..0000000000
--- a/community/julia/makefile-dont-rebuild-docs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -338,8 +338,7 @@
- $(build_depsbindir)/stringreplace $$(strings -t x - $1 | grep '$2' | awk '{print $$1;}') '$3' 255 "$(call cygpath_w,$1)"
- endef
-
--install: $(build_depsbindir)/stringreplace $(BUILDROOT)/doc/_build/html/en/index.html
-- @$(MAKE) $(QUIET_MAKE) all
-+install: $(build_depsbindir)/stringreplace
- @for subdir in $(bindir) $(datarootdir)/julia/site/$(VERSDIR) $(docdir) $(man1dir) $(includedir)/julia $(libdir) $(private_libdir) $(sysconfdir); do \
- mkdir -p $(DESTDIR)$$subdir; \
- done