Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 513158 Details for
Bug 643410
openssl 1.0.2l patch for dev-libs/openssl
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
openssl patch for FreeMiNT
openssl-1.0.2l-mint.patch (text/plain), 870 bytes, created by
Alan Hourihane
on 2018-01-04 12:56:34 UTC
(
hide
)
Description:
openssl patch for FreeMiNT
Filename:
MIME Type:
Creator:
Alan Hourihane
Created:
2018-01-04 12:56:34 UTC
Size:
870 bytes
patch
obsolete
>--- Configure >+++ Configure >@@ -502,6 +502,9 @@ > # Interix (GCC) > "interix-gcc", "gcc:-D_ALL_SOURCE -DL_ENDIAN -DTERMIOS -O2 -Wall::-D_REENTRANT::-ldl:::::::::::::dlfcn:gnu:::.so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)", > >+# FreeMiNT (GCC) >+"mint-gcc", "gcc:-O2 -fomit-frame-pointer -DB_ENDIAN -DTERMIOS::-D_REENTRANT:::BN_LLONG:::", >+ > # Borland C++ 4.5 > "BC-32","bcc32::::WIN32::BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN:${no_asm}:win32", > >--- config >+++ config >@@ -170,6 +170,10 @@ > echo "${MACHINE}-whatever-linux1"; exit 0 > ;; > >+ FreeMiNT*) >+ echo "m68k-atari-mint"; exit 0; >+ ;; >+ > GNU*) > echo "hurd-x86"; exit 0; > ;; >@@ -859,6 +863,7 @@ > *-*-qnx6) OUT="QNX6" ;; > x86-*-android|i?86-*-android) OUT="android-x86" ;; > armv[7-9]*-*-android) OUT="android-armv7" ;; >+ *-mint*) OUT="mint-gcc" ;; > *) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;; > esac >
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 643410
: 513158