View | Details | Raw Unified | Return to bug 160492 | Differences between
and this patch

Collapse All | Expand All

(-)lang/ocaml/Makefile (-1 / +1 lines)
Lines 27-33 ALL_TARGET= world.opt Link Here
27
STRIP=
27
STRIP=
28
MAKE_JOBS_UNSAFE=	yes
28
MAKE_JOBS_UNSAFE=	yes
29
29
30
CONFIGURE_ARGS=	-prefix ${PREFIX}
30
CONFIGURE_ARGS=	-prefix ${PREFIX} -cc ${CC}
31
OPTIONS=	X11	"Build with X11 support" on \
31
OPTIONS=	X11	"Build with X11 support" on \
32
		TK	"Build LablTk library (requires X11 support)" on \
32
		TK	"Build LablTk library (requires X11 support)" on \
33
		THREADS	"Build with Posix threads support" on \
33
		THREADS	"Build with Posix threads support" on \

Return to bug 160492