mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-25 19:18:08 -07:00
x11-misc/pathfinder: Fix global scope use* calls, #582206
Copy the solution to global scope use* calls from newer ebuilds.
This commit is contained in:
@@ -21,6 +21,8 @@ DEPEND="
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
FOXCONF="$(use_enable jpeg) \
|
||||
$(use_enable png) \
|
||||
$(use_enable tiff)"
|
||||
src_configure() {
|
||||
FOXCONF="$(use_enable jpeg) \
|
||||
$(use_enable png) \
|
||||
$(use_enable tiff)" fox_src_configure
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user