diff options
Diffstat (limited to 'astro')
-rw-r--r-- | astro/mepo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/astro/mepo/Makefile b/astro/mepo/Makefile index 425515f1342c..35066043f493 100644 --- a/astro/mepo/Makefile +++ b/astro/mepo/Makefile @@ -11,8 +11,6 @@ LICENSE= GPLv3+ OFL11 LICENSE_COMB= multi LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= https://github.com/ziglang/zig/issues/12170 - BUILD_DEPENDS= zig>=0.10.0:lang/zig LIB_DEPENDS= libcurl.so:ftp/curl RUN_DEPENDS= jq:textproc/jq @@ -29,6 +27,9 @@ CONFIGURE_ARGS= --prefix "${PREFIX}" \ --verbose NO_INSTALL= yes # strip(1) breaks runtime +# https://github.com/ziglang/zig/issues/12170 (SDL2, curl) +MAKE_ENV+= PKG_CONFIG_SYSTEM_LIBRARY_PATH="${LOCALBASE}/lib" + post-patch: @${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},' \ ${WRKSRC}/scripts/mepo_ui_menu_user_pin_updater.sh |