mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-31 23:08:09 -07:00
Add version 4.5.0. Sync live ebuild. The build system for this package is a mess. eautoreconf does not work by default, there are multiple hacks to make it work. I included binutils in SRC_URI to copy two m4 files from there. I could have packaged them alone, but I assume most people already have it anyway. Also looks a bit more secure this way. Closes: https://bugs.gentoo.org/970237 Closes: https://bugs.gentoo.org/922301 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
15 lines
336 B
Diff
15 lines
336 B
Diff
Upstream do not install apps (in particular serialview is missing)
|
|
|
|
--- a/sim/ucsim/src/Makefile.in
|
|
+++ b/sim/ucsim/src/Makefile.in
|
|
@@ -61,6 +61,9 @@
|
|
@for pkg in $(PKGS); do\
|
|
$(MAKE) -C sims/$${pkg} install ;\
|
|
done
|
|
+ @for app in $(APPS); do\
|
|
+ $(MAKE) -C apps/$${app} install ;\
|
|
+ done
|
|
|
|
|
|
# Deleting all the installed files
|