File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
2
2
3
3
PortSystem 1.0
4
- PortGroup github 1.0
5
4
PortGroup cmake 1.1
5
+ PortGroup github 1.0
6
6
PortGroup legacysupport 1.1
7
7
8
8
# LegacySupport is needed for strnlen before 10.7
@@ -31,7 +31,7 @@ checksums rmd160 aed3594d639d46e926a4d445bee2ea44b7726a2c \
31
31
depends_lib-append path:lib/libssl.dylib:openssl \
32
32
port:zlib \
33
33
port:libev \
34
- port :libuv
34
+ path:lib/pkgconfig/libuv.pc :libuv
35
35
36
36
# https://trac.macports.org/ticket/65706
37
37
compiler.blacklist-append *gcc-4.*
@@ -56,6 +56,10 @@ configure.args-append \
56
56
-DLWS_WITH_SOCKS5=ON \
57
57
-DLWS_WITH_ZIP_FOPS=ON
58
58
59
+ # dir.c:127:49: error: passing argument 3 of 'scandir' from incompatible pointer type [-Wincompatible-pointer-types]
60
+ configure.cflags-append \
61
+ -D_MACPORTS_LEGACY_COMPATIBLE_SCANDIR=1
62
+
59
63
post-extract {
60
64
reinplace " s|-Werror||g" ${worksrcpath} /CMakeLists.txt
61
65
}
You can’t perform that action at this time.
0 commit comments