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

Collapse All | Expand All

(-)Makefile (-1 / +7 lines)
Lines 35-38 Link Here
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so
35
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgexiv2.so
36
	${RM} -r ${STAGEDIR}${PREFIX}/lib/python*
36
	${RM} -r ${STAGEDIR}${PREFIX}/lib/python*
37
37
38
.include <bsd.port.mk>
38
.include <bsd.port.pre.mk>
39
40
.if ${COMPILER_TYPE} == clang
41
EXTRA_PATCHES=	${FILESDIR}/extra-patch-gexiv2_meson.build
42
.endif
43
44
.include <bsd.port.post.mk>
(-)files/extra-patch-gexiv2_meson.build (+11 lines)
Line 0 Link Here
1
--- gexiv2/meson.build.orig	2018-11-23 19:55:20 UTC
2
+++ gexiv2/meson.build
3
@@ -35,7 +35,7 @@ install_headers(gexiv2_headers, subdir :
4
 
5
 # Static map file
6
 mapfile = 'gexiv2.map'
7
-if host_machine.system() == 'darwin'
8
+if host_machine.system() == 'darwin' or host_machine.system() == 'freebsd'
9
     vflag = ''
10
 else
11
     vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile)
(-)files/patch-gexiv2_meson.build (-11 lines)
Lines 1-11 Link Here
1
--- gexiv2/meson.build.orig	2018-11-23 19:55:20 UTC
2
+++ gexiv2/meson.build
3
@@ -35,7 +35,7 @@ install_headers(gexiv2_headers, subdir :
4
 
5
 # Static map file
6
 mapfile = 'gexiv2.map'
7
-if host_machine.system() == 'darwin'
8
+if host_machine.system() == 'darwin' or host_machine.system() == 'freebsd'
9
     vflag = ''
10
 else
11
     vflag = '-Wl,--version-script,@0@/@1@'.format(meson.current_source_dir(), mapfile)

Return to bug 233668