mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
* enabling gtk as default awt peer
* setting java.home property * use cairo backend Approved by: gerald (implicit)
This commit is contained in:
parent
7d08ae66b0
commit
accf890584
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169900
@ -25,6 +25,9 @@ COMMENT?= GNU Compiler Collection 4.1
|
||||
LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 \
|
||||
mpfr.1:${PORTSDIR}/math/mpfr
|
||||
.endif
|
||||
.if defined(WITH_JAVA_AWT)
|
||||
LIB_DEPENDS+= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
.endif
|
||||
|
||||
SUFFIX= 41
|
||||
LATEST_LINK?= gcc${SUFFIX}${PKGNAMESUFFIX}
|
||||
@ -66,7 +69,9 @@ CONFIGURE_ARGS+= --disable-nls \
|
||||
--with-gxx-include-dir=${TARGLIB}/include/c++/ \
|
||||
--infodir=${PREFIX}/${INFO_PATH}/gcc${SUFFIX}
|
||||
.if defined(WITH_JAVA_AWT)
|
||||
CONFIGURE_ARGS+= --enable-java-awt=xlib,gtk
|
||||
CONFIGURE_ARGS+= --with-java-home=${PREFIX}/lib/jvm/java-1.4.2-gcj${SUFFIX}-1.4.2.0/jre \
|
||||
--enable-java-awt=gtk,xlib \
|
||||
--enable-gtk-cairo
|
||||
.endif
|
||||
MAKE_ARGS+= MAKEINFOFLAGS="--no-split"
|
||||
ALL_TARGET= bootstrap-lean
|
||||
|
Loading…
Reference in New Issue
Block a user