forked from Lainports/freebsd-ports
* Add a dependency on xrandr, since the latest version uses Xrandr.h
* Set NO_CCACHE to match configure being passed --disable-ccache Fixes the build in poudriere and for people trying to use ccache PR: 239387 Submitted by: Jonathan Chen <jonc@chen.org.nz>
This commit is contained in:
parent
e73279ea10
commit
93dbf94b5e
1 changed files with 3 additions and 1 deletions
|
|
@ -25,12 +25,14 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \
|
|||
libpng.so:graphics/png
|
||||
|
||||
USES= compiler:features gmake iconv jpeg pkgconfig
|
||||
USE_XORG= x11 xext xi xrender xt xtst
|
||||
USE_XORG= x11 xext xi xrandr xrender xt xtst
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= battleblow
|
||||
GH_PROJECT= openjdk-jdk11u
|
||||
|
||||
NO_CCACHE= yes
|
||||
|
||||
_MAKE_JOBS= #
|
||||
MAKE_ENV= LANG="C" \
|
||||
LC_ALL="C" \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue