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

(-)b/mail/evolution/Makefile (+3 lines)
Lines 133-136 MAPS_LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ Link Here
133
MAPS_USES=		gl xorg
133
MAPS_USES=		gl xorg
134
MAPS_USE=		xorg=xcomposite,xdamage,xext,xfixes,xi,xrandr gl=egl
134
MAPS_USE=		xorg=xcomposite,xdamage,xext,xfixes,xi,xrandr gl=egl
135
135
136
post-patch:
137
	${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/CMakeLists.txt
138
136
.include <bsd.port.mk>
139
.include <bsd.port.mk>
(-)b/mail/evolution/files/patch-CMakeLists.txt (-1 / +1 lines)
Lines 4-10 Link Here
4
 # ******************************
4
 # ******************************
5
 
5
 
6
 set(CMAKE_REQUIRED_LIBRARIES "-liconv")
6
 set(CMAKE_REQUIRED_LIBRARIES "-liconv")
7
+set(CMAKE_REQUIRED_FLAGS "-L/usr/local/lib")
7
+set(CMAKE_REQUIRED_FLAGS "-L%%LOCALBASE%%/lib")
8
 CHECK_C_SOURCE_COMPILES("#include <iconv.h>
8
 CHECK_C_SOURCE_COMPILES("#include <iconv.h>
9
 			#include <stdlib.h>
9
 			#include <stdlib.h>
10
 			int main(void) { iconv_t cd; cd = iconv_open (\"UTF-8\", \"ISO-8859-1\"); return 0; }" HAVE_LIBICONV)
10
 			int main(void) { iconv_t cd; cd = iconv_open (\"UTF-8\", \"ISO-8859-1\"); return 0; }" HAVE_LIBICONV)

Return to bug 255532