Skip to content

Commit

Permalink
solaris: only specify freetype location on sparcv9 (adoptium#2182)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams authored Oct 27, 2020
1 parent 77389f9 commit 8be49e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-farm/platform-specific-configurations/solaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ if [ "${ARCHITECTURE}" == "x64" ]; then
export MEMORY=4000
elif [ "${ARCHITECTURE}" == "sparcv9" ]; then
export CUPS="--with-cups=/opt/csw/lib/ --with-cups-include=/usr/local/cups-1.5.4-src"
export FREETYPE="--with-freetype=/usr/local/"
export MEMORY=16000
fi

export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} ${CUPS} --with-freetype=/usr/local/ --with-memory-size=${MEMORY}"
export CONFIGURE_ARGS_FOR_ANY_PLATFORM="${CONFIGURE_ARGS_FOR_ANY_PLATFORM} ${CUPS} ${FREETYPE} --with-memory-size=${MEMORY}"
export PATH=/opt/solarisstudio12.3/bin/:/opt/csw/bin/:/usr/ccs/bin:$PATH

export LC_ALL=C
Expand Down

0 comments on commit 8be49e5

Please sign in to comment.