FreeBSD Bugzilla – Attachment 164028 Details for
Bug 203747
java/openjdk8: Respect CC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
An alternate patch to Makefile
openjdk.diff (text/plain), 910 bytes, created by
Jung-uk Kim
on 2015-12-09 21:59:31 UTC
(
hide
)
Description:
An alternate patch to Makefile
Filename:
MIME Type:
Creator:
Jung-uk Kim
Created:
2015-12-09 21:59:31 UTC
Size:
910 bytes
patch
obsolete
>Index: java/openjdk8/Makefile >=================================================================== >--- java/openjdk8/Makefile (revision 403432) >+++ java/openjdk8/Makefile (working copy) >@@ -268,6 +268,18 @@ JDK_BUILD_TYPE= release > > AUTOCONF_ARGS= -I . -o generated-configure.sh generated-configure.ac > >+# XXX configure script rejects CC/CPP/CXX with absolute paths. >+.for t in CC CPP CXX >+.if defined(${t}) && ${${t}:M/*} >+BUILD_${t}= ${${t}:C|.*/||g} >+CONFIGURE_ENV+= ${t}="${BUILD_${t}}" >+TOOLS_DIR+= ${${t}:S|/${BUILD_${t}}$||} >+.endif >+.endfor >+.if defined(TOOLS_DIR) >+CONFIGURE_ARGS+= --with-tools-dir="${TOOLS_DIR:u:S/ /:/g}" >+.endif >+ > .include <bsd.port.pre.mk> > > .if ${ARCH} == "armv6" >@@ -324,7 +336,7 @@ MAKE_ENV+= COMPILER_WARNINGS_FATAL=false > .endif > MAKE_ENV+= USE_CLANG=true > .if ${COMPILER_FEATURES:Mlibc++} >-CONFIGURE_ENV= LIBCXX="-lc++" >+CONFIGURE_ENV+= LIBCXX="-lc++" > .endif > .endif >
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 203747
:
161992
|
162925
| 164028