FreeBSD Bugzilla – Attachment 225869 Details for
Bug 256655
devel/godot: fix build on riscv64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
godot.patch (text/plain), 1.06 KB, created by
Piotr Kubaj
on 2021-06-16 19:28:28 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2021-06-16 19:28:28 UTC
Size:
1.06 KB
patch
obsolete
>diff 18cd21c4bfe3a7e0446d3b21c17aabce82f42454 /usr/ports >blob - 2f99b59d07523aa11a218f35da271dcb3cccd6ce >file + devel/godot/Makefile >--- devel/godot/Makefile >+++ devel/godot/Makefile >@@ -2,7 +2,7 @@ > > PORTNAME= godot > DISTVERSION= 3.2.3 >-PORTREVISION= 1 >+PORTREVISION= 2 > DISTVERSIONSUFFIX= -stable > CATEGORIES= devel games > >@@ -16,6 +16,7 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.txt > > BUILD_DEPENDS= yasm:devel/yasm > LIB_DEPENDS= libfreetype.so:print/freetype2 \ >+ libpcre2-8.so:devel/pcre2 \ > libpng.so:graphics/png > RUN_DEPENDS= xdg-user-dir:devel/xdg-user-dirs \ > xdg-open:devel/xdg-utils \ >@@ -28,8 +29,9 @@ USE_GL= gl glew glu > USE_GITHUB= yes > GH_ACCOUNT= godotengine > >-MAKE_ARGS+= platform=x11 builtin_libpng=False \ >- builtin_freetype=False builtin_zlib=False verbose=True >+MAKE_ARGS+= platform=x11 builtin_freetype=False \ >+ builtin_libpng=False builtin_pcre2=False \ >+ builtin_zlib=False verbose=True > MAKE_ARGS+= ${MAKE_ARGS_${CHOSEN_COMPILER_TYPE}} > MAKE_ARGS_clang= use_llvm=True use_lld=True > CXXFLAGS_i386= ${CXXFLAGS_i386_${CHOSEN_COMPILER_TYPE}}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256655
: 225869