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

(-)Makefile (-1 / +7 lines)
Lines 23-36 Link Here
23
USE_GMAKE=	yes
23
USE_GMAKE=	yes
24
USE_MESA=	yes
24
USE_MESA=	yes
25
USE_X_PREFIX=	yes
25
USE_X_PREFIX=	yes
26
.if !defined(WITHOUT_GNOME)
26
USE_GNOMENG=	yes
27
USE_GNOMENG=	yes
27
USE_GNOME=	gnomelibs
28
USE_GNOME=	gnomelibs
29
.endif
28
30
29
CONFIGURE_ARGS=	--prefix=${PREFIX} \
31
CONFIGURE_ARGS=	--prefix=${PREFIX} \
30
		--includedir="${LOCALBASE}/include" \
32
		--includedir="${LOCALBASE}/include" \
31
		--libdir="${LOCALBASE}/lib"
33
		--libdir="${LOCALBASE}/lib"
34
.if defined(WITHOUT_GNOME)
35
CONFIGURE_ARGS+=	--without-gtk
36
.endif
37
32
CONFIGURE_ENV=	\
38
CONFIGURE_ENV=	\
33
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm ${PTHREAD_LIBS}"
39
LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lm ${PTHREAD_LIBS}" \
34
CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
40
CPPFLAGS="-I${X11BASE}/include -I${X11BASE}/include/GL -I${LOCALBASE}/include ${PTHREAD_CFLAGS}"
35
41
36
pre-patch:
42
pre-patch:

Return to bug 46149