FreeBSD Bugzilla – Attachment 203862 Details for
Bug 237436
java/openjdk8: configure fails when FONTCONFIG=off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
openjdk8-8.212.4.1.patch (text/plain), 936 bytes, created by
Dmitri Goutnik
on 2019-04-21 13:39:10 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Dmitri Goutnik
Created:
2019-04-21 13:39:10 UTC
Size:
936 bytes
patch
obsolete
>Index: java/openjdk8/Makefile >=================================================================== >--- java/openjdk8/Makefile (revision 499536) >+++ java/openjdk8/Makefile (working copy) >@@ -18,7 +18,8 @@ > autoconf>0:devel/autoconf \ > ${LOCALBASE}/include/cups/cups.h:print/cups \ > bash:shells/bash >-LIB_DEPENDS= libfreetype.so:print/freetype2 \ >+LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ >+ libfreetype.so:print/freetype2 \ > libinotify.so:devel/libinotify > RUN_DEPENDS= javavm:java/javavmwrapper \ > dejavu>0:x11-fonts/dejavu >@@ -105,8 +106,7 @@ > X11_CONFIGURE_ON= --with-giflib=system \ > --x-includes=${LOCALBASE}/include \ > --x-libraries=${LOCALBASE}/lib >-X11_LIB_DEPENDS= libgif.so:graphics/giflib \ >- libfontconfig.so:x11-fonts/fontconfig >+X11_LIB_DEPENDS= libgif.so:graphics/giflib > X11_MAKE_ENV_OFF= BUILD_HEADLESS_ONLY=1 \ > MAKEFLAGS=X_CFLAGS="-I${LOCALBASE}/include" > X11_MAKE_ENV_ON= MAKEFLAGS=""
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
Flags:
dmgk
:
maintainer-approval?
Actions:
View
|
Diff
Attachments on
bug 237436
:
203860
| 203862