mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 08:14:19 +00:00
77ff1492aa
- Enable-cross-compilation.patch hardcodes several linux defaults. Vendor the patch and improve so it does not do this. - Make the darwin compat patch also help out for FreeBSD - Add freebsd-unversioned.patch, which removes some seemingly broken code from the FreeBSD configure path.
12 lines
477 B
Diff
12 lines
477 B
Diff
--- a/Makefile.in 2022-09-07 21:46:37.090519258 +0200
|
|
+++ b/Makefile.in 2022-09-07 21:46:21.462592279 +0200
|
|
@@ -380,7 +380,7 @@
|
|
cp $(DIST_ROOT)/$(PKG_DIR).tar.gz $(top_builddir)
|
|
|
|
$(SCRIPTS):
|
|
- $(TCLSH) $(srcdir)/fixline1 $(SHORT_BINDIR) < $(srcdir)/example/$@ > $@
|
|
+ @tcl@ $(srcdir)/fixline1 $(SHORT_BINDIR) < $(srcdir)/example/$@ > $@
|
|
|
|
## We cannot use TCL_LIBS below (after TCL_LIB_SPEC) because its
|
|
## expansion references the contents of LIBS, which contains linker
|