Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 332990 Details for
Bug 448134
app-emulation/vice-2.4 fails to build and run on armv6j
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
vice-2.4-arm.patch
vice-2.4-arm.patch (text/plain), 991 bytes, created by
Torsten Kurbad
on 2012-12-21 22:56:41 UTC
(
hide
)
Description:
vice-2.4-arm.patch
Filename:
MIME Type:
Creator:
Torsten Kurbad
Created:
2012-12-21 22:56:41 UTC
Size:
991 bytes
patch
obsolete
>Index: vice/configure.in >=================================================================== >--- vice/configure.in (Revision 26764) >+++ vice/configure.in (Revision 26765) >@@ -2299,6 +2299,7 @@ > > if test x"$PARSID_SUPPORT" = "xno"; then > AC_CHECK_FUNCS(ioperm,[PARSID_SUPPORT=yes],) >+ AC_CHECK_FUNCS(outb_p inb_p) > fi > > if test x"$PARSID_SUPPORT" = "xyes"; then >Index: vice/src/arch/unix/parsid.c >=================================================================== >--- vice/src/arch/unix/parsid.c (Revision 26764) >+++ vice/src/arch/unix/parsid.c (Revision 26765) >@@ -217,8 +217,12 @@ > #endif > #endif > #ifdef HAVE_IOPERM >+#ifndef HAVE_OUTB_P >+ outb(value, addr); >+#else > outb_p(value, addr); > #endif >+#endif > } > > BYTE parsid_inb(int addr) >@@ -237,8 +241,12 @@ > #endif > #endif > #ifdef HAVE_IOPERM >+#ifndef HAVE_INB_P >+ return inb((unsigned short)addr); >+#else > return inb_p((unsigned short)addr); > #endif >+#endif > } > > /* chip control pin assignments */
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 448134
: 332990