Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 633438 Details for
Bug 689976
dev-java/swt-* fails with dev-java/openjdk-11 due to libjawt.so search paths
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add a new path
patch (text/plain), 527 bytes, created by
Anton Bolshakov
on 2020-04-18 04:50:23 UTC
(
hide
)
Description:
add a new path
Filename:
MIME Type:
Creator:
Anton Bolshakov
Created:
2020-04-18 04:50:23 UTC
Size:
527 bytes
patch
obsolete
>--- /usr/portage/dev-java/swt/swt-4.10.ebuild 2019-01-24 00:09:24.000000000 +0800 >+++ ./swt-4.10-r1.ebuild 2020-04-18 12:45:55.482599361 +0800 >@@ -96,6 +96,8 @@ > export AWT_LIB_PATH="${JAVA_HOME}/jre/bin" > elif [[ -f "${JAVA_HOME}/$(get_libdir)/${JAWTSO}" ]] ; then > export AWT_LIB_PATH="${JAVA_HOME}/$(get_libdir)" >+ elif [[ -f "${JAVA_HOME}/lib/${JAWTSO}" ]] ; then >+ export AWT_LIB_PATH="${JAVA_HOME}/lib" > else > eerror "${JAWTSO} not found in the JDK being used for compilation!" > die "cannot build AWT library"
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 689976
: 633438