diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-06-06 16:29:19 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-06-06 16:29:19 +0000 |
commit | d85ebdae011f2e17eee4f1aa69cd0145710e180b (patch) | |
tree | 31f5e6638b7cb592f91ad74b82f8f7d0c39d6fe6 /lang/gauche | |
parent | b6357bcc713a04b4f2f89dbac2a46f8b13d8ab3f (diff) |
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/files/patch-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/gauche/files/patch-Makefile.in b/lang/gauche/files/patch-Makefile.in new file mode 100644 index 000000000000..1ffa913eee67 --- /dev/null +++ b/lang/gauche/files/patch-Makefile.in @@ -0,0 +1,12 @@ +--- Makefile.in.orig 2013-11-03 03:37:47 UTC ++++ Makefile.in +@@ -72,8 +72,7 @@ pre-package: + pre-package-ext: pre-package + cd ext; $(MAKE) GOSH=$(GOSH) GAUCHE_CONFIG=$(GAUCHE_CONFIG) pre-package-ext + +-install: install-pkg install-doc +- cd lib; $(MAKE) slibcat ++install: slibcat-in-place install-pkg install-doc + + install-doc: + cd doc; $(MAKE) install |