Updated beps to use consistent gcc4 MESSAGE

This commit is contained in:
Scott McCreary
2013-01-20 17:39:51 +00:00
parent 43d3cda83d
commit 9dc7f28c7a
4 changed files with 18 additions and 21 deletions

View File

@@ -5,6 +5,7 @@ REVISION="1"
STATUS_HAIKU="broken"
DEPEND="app-arch/cpio >= 2.10
media-libs/freetype >= 2.4.6"
MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building."
CHECKSUM_MD5="28b8630373769e1e897a75bf81f2e1eb"
BUILD {
@@ -33,17 +34,13 @@ BUILD {
hg clone https://bitbucket.org/hamishm/haiku-jdk-corba jdk/corba
hg clone https://bitbucket.org/hamishm/haiku-jdk-jdk jdk/jdk
export ALT_BOOTDIR=${OPENJDK_DIR}/j2sdk-image
export ALT_JDK_IMPORT_PATH=${OPENJDK_DIR}/j2sdk-image'
export ANT=${OPENJDK_DIR}/ant'
mkdir -p ${OPENJDK_DIR}/output
export ALT_OUTPUTDIR=${OPENJDK_DIR}/output'
export ALLOW_DOWNLOADS='true'
setgcc gcc4
make
}
INSTALL {