View | Details | Raw Unified | Return to bug 42206
Collapse All | Expand All

(-)java/sablevm/Makefile (-3 / +6 lines)
Lines 29-35 Link Here
29
PLIST_SUB=	PORTVERSION=${PORTVERSION}
29
PLIST_SUB=	PORTVERSION=${PORTVERSION}
30
CONFIGURE_ENV=	CFLAGS="-D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib"
30
CONFIGURE_ENV=	CFLAGS="-D_P1003_1B_VISIBLE -pthread -I${PREFIX}/include -L${PREFIX}/lib"
31
# Uncomment to force gnome dependency
31
# Uncomment to force gnome dependency
32
#USE_GNOMELIBS=	yes
32
.if defined(WITH_GNOMELIBS)
33
USE_GNOMENG=	yes
34
USE_GNOME=	gnomelibs
35
.endif
33
36
34
# Directories for the three SableVM source components
37
# Directories for the three SableVM source components
35
SABLEVMDIR=	${PORTNAME}-${PORTVERSION}
38
SABLEVMDIR=	${PORTNAME}-${PORTVERSION}
Lines 37-43 Link Here
37
CLASSESDIR=	${PORTNAME}-class-library-${PORTVERSION}
40
CLASSESDIR=	${PORTNAME}-class-library-${PORTVERSION}
38
41
39
# Conditionally compile the gnome-dependent stuff
42
# Conditionally compile the gnome-dependent stuff
40
.if !defined(USE_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
43
.if !defined(WITH_GNOMELIBS) && !exists(${X11BASE}/include/gnome-1.0/libart_lgpl/art_misc.h)
41
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab
44
EXTRA_PATCHES=	${PATCHDIR}/extra-patch-aa ${PATCHDIR}/extra-patch-ab
42
pre-fetch:
45
pre-fetch:
43
	@${ECHO} ''
46
	@${ECHO} ''
Lines 47-53 Link Here
47
	@${ECHO} '***' Therefore, SableVM will be built without graphics
50
	@${ECHO} '***' Therefore, SableVM will be built without graphics
48
	@${ECHO} '***' support. If you would like to install the Gnome
51
	@${ECHO} '***' support. If you would like to install the Gnome
49
	@${ECHO} '***' libraries to include graphics support, hit Control-C
52
	@${ECHO} '***' libraries to include graphics support, hit Control-C
50
	@${ECHO} '***' now and type \'make USE_GNOMELIBS=yes\'.
53
	@${ECHO} '***' now and type \'make WITH_GNOMELIBS=yes\'.
51
	@${ECHO} '***'
54
	@${ECHO} '***'
52
	@${ECHO} ''
55
	@${ECHO} ''
53
	@sleep 3
56
	@sleep 3

Return to bug 42206