diff options
author | marino <marino@FreeBSD.org> | 2014-08-23 21:56:52 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-23 21:56:52 +0800 |
commit | b117a5a869f4a8fd64f853421821f2f31066b8d3 (patch) | |
tree | 66365a501f91921c6d5fd9dde84c200b5599570d /net/istgt | |
parent | 0534a5baa42b52b5ccc7fb615c04e2a8699406af (diff) | |
download | freebsd-ports-gnome-b117a5a869f4a8fd64f853421821f2f31066b8d3.tar.gz freebsd-ports-gnome-b117a5a869f4a8fd64f853421821f2f31066b8d3.tar.zst freebsd-ports-gnome-b117a5a869f4a8fd64f853421821f2f31066b8d3.zip |
net/istgt: Fix configure so rc script installs on DragonFly
FTR, this is why I am against compound patches.
Diffstat (limited to 'net/istgt')
-rw-r--r-- | net/istgt/files/patch-replacecrypto | 18 |
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 + |