mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
Updated beps to use consistent gcc4 MESSAGE
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user