mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add the missing patch from last commit
PR: 244648 Reported by: Greg Veldman <freebsd@gregv.net> (maintainer)
This commit is contained in:
parent
2c2d424c10
commit
2bfc9d2f01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542758
16
security/samhain/files/patch-configure
Normal file
16
security/samhain/files/patch-configure
Normal file
@ -0,0 +1,16 @@
|
||||
--- configure.orig 2020-07-21 09:51:28.253298000 -0400
|
||||
+++ configure 2020-07-21 09:54:19.024797000 -0400
|
||||
@@ -13998,6 +13998,13 @@
|
||||
then
|
||||
cp -a scripts/samhainadmin-gpg.pl scripts/samhainadmin.pl
|
||||
fi
|
||||
+# Default action if building as network server but without GPG.
|
||||
+# Note in that case the provided functionality won't actually work,
|
||||
+# but this will keep the install-program target from barfing...
|
||||
+if test "x${mygpg}" == x && test "x${mysignify}" == x
|
||||
+then
|
||||
+ cp -a scripts/samhainadmin-gpg.pl scripts/samhainadmin.pl
|
||||
+fi
|
||||
|
||||
|
||||
if test "x${cross_compiling}" = xyes
|
Loading…
Reference in New Issue
Block a user