aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.builds/freebsd.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/.builds/freebsd.yml b/.builds/freebsd.yml
index 8fa76025..0a176089 100644
--- a/.builds/freebsd.yml
+++ b/.builds/freebsd.yml
@@ -26,21 +26,6 @@ sources:
26- https://github.com/swaywm/sway 26- https://github.com/swaywm/sway
27- https://github.com/swaywm/wlroots 27- https://github.com/swaywm/wlroots
28tasks: 28tasks:
29- fixup_epoll: |
30 cat << 'EOF' | sudo tee /usr/local/libdata/pkgconfig/epoll-shim.pc
31 prefix=/usr/local
32 exec_prefix=\$\{\$prefix\}
33 libdir=${prefix}/lib
34 sharedlibdir=${prefix}/lib
35 includedir=${prefix}/include/libepoll-shim
36 Name: epoll-shim
37 Description: epoll shim implemented using kevent
38 Version: 0
39 Requires:
40 Libs: -L${libdir} -L${sharedlibdir} -lepoll-shim
41 Libs.private: -pthread -lrt
42 Cflags: -I${includedir}
43 EOF
44- setup: | 29- setup: |
45 cd sway 30 cd sway
46 mkdir subprojects 31 mkdir subprojects