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

Collapse All | Expand All

(-)graphics/rawtherapee/Makefile (-2 / +1 lines)
Lines 30-37 Link Here
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
CFLAGS+=	-I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS}
31
CFLAGS+=	-I${LOCALBASE}/include -fPIC ${PTHREAD_CFLAGS}
32
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
32
LDFLAGS+=	-L${LOCALBASE}/lib ${PTHREAD_LIBS}
33
CMAKE_ENV=	CFLAGS="${CFLAGS}" \
34
		LDFLAGS="${LDFLAGS}"
35
CMAKE_ARGS+=	-DDOCDIR="${DOCSDIR}" \
33
CMAKE_ARGS+=	-DDOCDIR="${DOCSDIR}" \
36
		-DCREDITSDIR="${DOCSDIR}" \
34
		-DCREDITSDIR="${DOCSDIR}" \
37
		-DLICENCEDIR="${DOCSDIR}" \
35
		-DLICENCEDIR="${DOCSDIR}" \
Lines 40-45 Link Here
40
SUB_FILES=	rawtherapee
38
SUB_FILES=	rawtherapee
41
SUB_LIST=	RTDIR="${RTDIR}"
39
SUB_LIST=	RTDIR="${RTDIR}"
42
INSTALLS_ICONS=	yes
40
INSTALLS_ICONS=	yes
41
MAKE_JOBS_SAFE=	yes
43
42
44
RTDIR=	${PREFIX}/libdata/${PORTNAME}
43
RTDIR=	${PREFIX}/libdata/${PORTNAME}
45
44

Return to bug 156901