SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
18
x11/gnome/tracker3/patches/patch-meson_build
Normal file
18
x11/gnome/tracker3/patches/patch-meson_build
Normal file
|
@ -0,0 +1,18 @@
|
|||
XXX push upstream
|
||||
|
||||
Index: meson.build
|
||||
--- meson.build.orig
|
||||
+++ meson.build
|
||||
@@ -85,7 +85,11 @@ if not libsoup2.found() and not libsoup3.found()
|
||||
endif
|
||||
|
||||
libmath = cc.find_library('m', required: false)
|
||||
-libdl = cc.find_library('dl')
|
||||
+if build_machine.system() == 'openbsd'
|
||||
+ libdl = []
|
||||
+else
|
||||
+ libdl = cc.find_library('dl')
|
||||
+endif
|
||||
|
||||
if get_option('man')
|
||||
a2x = find_program('a2x')
|
Loading…
Add table
Add a link
Reference in a new issue