mirror of
https://git.freebsd.org/ports.git
synced 2025-04-30 10:36:38 -04:00
- Adjust LICENSE to "or (at your option) any later version" clause - Replace systemd hack with a patch that can be upstreamed PR: 273738
10 lines
409 B
Text
10 lines
409 B
Text
--- bus/meson.build.orig 2023-09-02 13:40:51 UTC
|
|
+++ bus/meson.build
|
|
@@ -32,6 +32,7 @@ configure_file(input: 'at-spi-dbus-bus.service.in',
|
|
configure_file(input: 'at-spi-dbus-bus.service.in',
|
|
output: 'at-spi-dbus-bus.service',
|
|
configuration: libexec_conf,
|
|
+ install: get_option('use_systemd'),
|
|
install_dir: systemd_user_dir)
|
|
|
|
if x11_dep.found()
|