[Bug 275487] x11-themes/xfce-icons-elementary (still) not prefix-safe
Date: Sat, 02 Dec 2023 21:00:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275487
Guido Falsi <madpilot@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #246730|0 |1
is obsolete| |
--- Comment #6 from Guido Falsi <madpilot@FreeBSD.org> ---
Created attachment 246732
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=246732&action=edit
patch v3
This new patch should work.
Upstream code uses a very simple configure script to unconditionally ad PREFIX
in the Makefile. That script is ignoring environment, and only accepts a
"--prefix=" command line argument.
Adding such an argument should fix things.
It could also be fixed by changing "PREFIX=" to "PREFIX?=" in their
Makefile.in. But I feel adding a CONFIGURE_ARGS line is less invasive than
adding a patch.
Please report back this one really works for you. In the while I'll do some
more testing here.
--
You are receiving this mail because:
You are the assignee for the bug.