Dominique Michel:
However, I found 2 minor issues. I am making an ebuild
to install it,
and found 2 minor issues. At the beginning of Makefile.Qt, it is
libdir = $(prefix)/lib
but on my multilib system, ${libdir} is /usr/lib64
libdir ?= $(prefix)/lib
must be right to be able to manage $libdir in a multilib system.
I've changed = to ?= for both bindir and libdir.
The second issue is, after installing radium with
portage, I get an
executable in /usr/bin/radium, and when I run it, I get:
I didn't get what this was about. Should anything in Radium's build
system
be changed to make making ebuilds simpler?