summaryrefslogtreecommitdiff
path: root/net/kea-devel/files/patch-meson.build
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2025-07-09 22:47:08 -0700
committerCy Schubert <cy@FreeBSD.org>2025-07-09 22:47:08 -0700
commit4a15a7cfab2399662297b73a71703e87dd0b66f1 (patch)
tree21330686c8d0817858476f508bc5eef85ff08c8a /net/kea-devel/files/patch-meson.build
parentnet/kea-devel: Update to 3.0.0 (diff)
net/kea-devel: Add missing patch
Diffstat (limited to 'net/kea-devel/files/patch-meson.build')
-rw-r--r--net/kea-devel/files/patch-meson.build15
1 files changed, 14 insertions, 1 deletions
diff --git a/net/kea-devel/files/patch-meson.build b/net/kea-devel/files/patch-meson.build
index ec2e626fdfc9..3bd6a82abfe7 100644
--- a/net/kea-devel/files/patch-meson.build
+++ b/net/kea-devel/files/patch-meson.build
@@ -1,5 +1,5 @@
--- meson.build.orig 2025-06-20 09:28:47.000000000 -0700
-+++ meson.build 2025-07-09 21:04:32.714884000 -0700
++++ meson.build 2025-07-09 22:46:20.088250000 -0700
@@ -59,7 +59,7 @@
# Meson is annoying with its opinionated alteration of certain paths based on whether prefix is default or not.
# So we revert what it does.
@@ -35,3 +35,16 @@
endif
#### Build Options
+@@ -1108,9 +1108,9 @@
+ # In case prefix is default, install to hardcoded path.
+ if PREFIX == '/usr/local'
+ install_emptydir('/usr/local/lib/kea')
+- install_emptydir('/usr/local/var/lib/kea')
+- install_emptydir('/usr/local/var/log/kea')
+- install_emptydir('/usr/local/var/run/kea')
++ install_emptydir('/var/lib/kea')
++ install_emptydir('/var/log/kea')
++ install_emptydir('/var/run/kea')
+ endif
+
+ # Print the setup report.