summaryrefslogtreecommitdiff
path: root/net/netatalk4/files/patch-config_meson.build
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2025-04-14 09:22:27 -0400
committerJoe Marcus Clarke <marcus@FreeBSD.org>2025-04-14 09:22:27 -0400
commitb8b5e97f7a1b94890fddb2c45cd8f7fe4f2ba75d (patch)
tree30d4c328cae83c0959c55719a3ab1e7e32fb287b /net/netatalk4/files/patch-config_meson.build
parentcomms/gnuradio: Missing patches (diff)
net/netatalk4: Update to 4.2.1
See https://github.com/Netatalk/netatalk/releases/tag/netatalk-4-2-1 for a list of changes in this release.
Diffstat (limited to 'net/netatalk4/files/patch-config_meson.build')
-rw-r--r--net/netatalk4/files/patch-config_meson.build12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/netatalk4/files/patch-config_meson.build b/net/netatalk4/files/patch-config_meson.build
index d10c4aae7ff5..63840c721ac7 100644
--- a/net/netatalk4/files/patch-config_meson.build
+++ b/net/netatalk4/files/patch-config_meson.build
@@ -1,6 +1,6 @@
---- config/meson.build.orig 2025-03-31 05:27:01 UTC
+--- config/meson.build.orig 2025-04-13 22:12:29 UTC
+++ config/meson.build
-@@ -4,77 +4,23 @@ afp_conf = configure_file(
+@@ -4,79 +4,23 @@ afp_conf = configure_file(
configuration: cdata,
)
@@ -53,13 +53,15 @@
-
-cups_libdir = ''
-
--if host_os in ['netbsd']
+-if get_option('with-cups-libdir-path') != ''
+- cups_libdir = get_option('with-cups-libdir-path')
+-elif host_os in ['netbsd']
- cups_libdir = '/usr/pkg/libexec'
--elif host_os in ['linux']
+-else
- cups_libdir = '/usr/lib'
-endif
-
--if have_appletalk and have_cups and cups_libdir != ''
+-if have_appletalk and have_cups and get_option('with-cups-pap-backend')
- configure_file(
- input: 'pap.in',
- output: 'pap',