mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
bb104d8a03
(ie: ${LOCALBASE}), but also ${X11BASE}/share/aclocal via an extra patch and some configure-time substitution Discussed on: ports (quite a while back) Original disgusting hack by: ade Suggested improvements by: asami Reworked patch by: ade
12 lines
299 B
Plaintext
12 lines
299 B
Plaintext
--- aclocal.in.orig Sun Jan 10 20:35:27 1999
|
||
+++ aclocal.in Sat Jul 15 13:59:55 2000
|
||
@@ -103,7 +103,7 @@
|
||
|
||
|
||
local (@dirlist) = &parse_arguments (@ARGV);
|
||
-&scan_m4_files ($acdir, @dirlist);
|
||
+&scan_m4_files ($acdir, '%%X11BASE%%/share/aclocal', @dirlist);
|
||
&scan_configure;
|
||
if (! $exit_status)
|
||
{
|