summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-23 13:56:52 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-23 13:56:52 +0000
commit82772595928367da6272cebbdf57fe755b26ea41 (patch)
tree66365a501f91921c6d5fd9dde84c200b5599570d /net
parent80933db99d589c736ad41043181f921d0fef7512 (diff)
downloadfreebsd-ports-82772595928367da6272cebbdf57fe755b26ea41.zip
net/istgt: Fix configure so rc script installs on DragonFly
FTR, this is why I am against compound patches.
Diffstat (limited to 'net')
-rw-r--r--net/istgt/files/patch-replacecrypto18
1 files changed, 14 insertions, 4 deletions
diff --git a/net/istgt/files/patch-replacecrypto b/net/istgt/files/patch-replacecrypto
index 77f33d97316a..6c73138aa249 100644
--- a/net/istgt/files/patch-replacecrypto
+++ b/net/istgt/files/patch-replacecrypto
@@ -76,9 +76,18 @@
#define ISTGT_MD5DIGEST_LEN MD5_DIGEST_LENGTH
---- configure.orig 2012-08-24 12:19:24.000000000 +0200
-+++ configure 2013-06-26 01:23:49.000000000 +0200
-@@ -3472,13 +3472,13 @@
+--- configure.orig 2012-08-24 10:19:24 UTC
++++ configure
+@@ -3403,7 +3403,7 @@ $as_echo "#define _GNU_SOURCE 1" >>confd
+ rcdir='/etc/rc.d'
+
+ ;;
+-*freebsd*)
++*dragonfly*|*freebsd*)
+ tmp="/usr/ports/emulators/virtualbox-ose/work/*/include"
+ if test -d "`echo $tmp`"; then
+ vboxinc=$tmp
+@@ -3472,13 +3472,13 @@ _ACEOF
fi
@@ -96,7 +105,7 @@
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-@@ -3488,32 +3488,32 @@
+@@ -3488,32 +3488,32 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_
#ifdef __cplusplus
extern "C"
#endif
@@ -137,3 +146,4 @@
+ LIBS="-lmd $LIBS"
fi
+