diff options
author | Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> | 2023-07-28 14:58:44 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-07-31 01:59:04 +0300 |
commit | 94218d3a91189c7afea956e8905d5e5ecf879a2c (patch) | |
tree | bc32f383989071e463161e8021ca47c3d239c753 /lang/guile1/files/patch-scripts_Makefile.am | |
parent | Mk/Uses/pkgconfig.mk: add support for PKGCONFIG_PATHS (diff) |
Mk/Uses: Add guile.mk
This patch adds USES=guile[:options], a framework to permit the
concurrent installation of different guile versions, allowing
ports to specify which guile they need.
lang/guile is now a meta-port, installing the default guile version;
guile 3 is now shipped in lang/guile3.
A new port lang/guile-aclocal holds the guile.m4 file from guile3
to permit ports written against guile1 or guile2 to avoid conflicts.
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194
Diffstat (limited to 'lang/guile1/files/patch-scripts_Makefile.am')
-rw-r--r-- | lang/guile1/files/patch-scripts_Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/guile1/files/patch-scripts_Makefile.am b/lang/guile1/files/patch-scripts_Makefile.am new file mode 100644 index 000000000000..8b8495e29698 --- /dev/null +++ b/lang/guile1/files/patch-scripts_Makefile.am @@ -0,0 +1,12 @@ +--- scripts/Makefile.am.orig 2023-05-22 16:38:21 UTC ++++ scripts/Makefile.am +@@ -21,6 +21,9 @@ + + AUTOMAKE_OPTIONS = gnu + ++# prevent program-suffix being used in this dir ++transform= ++ + # These should be installed and distributed. + scripts_sources = \ + PROGRAM \ |