Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 770123 Details for
Bug 822126
dev-lisp/roswell-21.10.14.111 - x86_64-pc-linux-gnu-windres: cant get BFD_RELOC_RVA relocation type: cause of error unknown
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Workaround for broken Windows configuration
roswell-21.10.14.111.patch (text/plain), 1.05 KB, created by
Barry Schwartz
on 2022-04-11 14:38:25 UTC
(
hide
)
Description:
Workaround for broken Windows configuration
Filename:
MIME Type:
Creator:
Barry Schwartz
Created:
2022-04-11 14:38:25 UTC
Size:
1.05 KB
patch
obsolete
>--- roswell-21.10.14.111/configure.ac.ORIG 2022-04-11 14:29:44.336778578 +0000 >+++ roswell-21.10.14.111/configure.ac 2022-04-11 14:31:42.549505141 +0000 >@@ -59,9 +59,11 @@ > > AC_CHECK_HEADERS(gnu/libc-version.h) > >-AC_CHECK_HEADERS(windows.h,[with_windows=true]) >+#AC_CHECK_HEADERS(windows.h,[with_windows=true]) >+with_windows= > AM_CONDITIONAL([WITH_WINDOWS], [test "$with_windows" != ""]) >-AC_CHECK_TOOL([WINDRES], [windres], []) >+#AC_CHECK_TOOL([WINDRES], [windres], []) >+WINDRES= > AM_CONDITIONAL([WITH_WIN_ICON], [test "$WINDRES" != ""]) > > AC_CHECK_MEMBERS([struct dirent.d_type],,,[#include <dirent.h>]) >--- roswell-21.10.14.111/Makefile.am.ORIG 2022-04-11 14:28:16.220579397 +0000 >+++ roswell-21.10.14.111/Makefile.am 2022-04-11 14:28:56.773113318 +0000 >@@ -167,7 +167,7 @@ > > pack: $(PACK).tar.bz2 > >-WINPACK = roswell_$(VERSION)_$(shell if [ $$MSYSTEM = 'MINGW64' ];then echo amd64 ;else echo i686; fi) >+#WINPACK = roswell_$(VERSION)_$(shell if [ $$MSYSTEM = 'MINGW64' ];then echo amd64 ;else echo i686; fi) > > pack.zip: $(PACK).tar.bz2 > 7z a $(WINPACK).zip roswell
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 822126
:
749076
|
749079
|
749082
|
749085
|
749088
|
749091
|
749094
| 770123