diff options
-rw-r--r-- | net/openldap22-server/files/patch-build::ltmain.sh | 7 | ||||
-rw-r--r-- | net/openldap23-server/files/patch-build::ltmain.sh | 7 | ||||
-rw-r--r-- | net/openldap24-server/files/patch-build::ltmain.sh | 7 |
3 files changed, 12 insertions, 9 deletions
diff --git a/net/openldap22-server/files/patch-build::ltmain.sh b/net/openldap22-server/files/patch-build::ltmain.sh index 7865cad..6991518 100644 --- a/net/openldap22-server/files/patch-build::ltmain.sh +++ b/net/openldap22-server/files/patch-build::ltmain.sh @@ -1,5 +1,5 @@ --- build/ltmain.sh.orig Thu Jan 1 19:16:25 2004 -+++ build/ltmain.sh Thu Mar 25 02:19:32 2004 ++++ build/ltmain.sh Thu Mar 25 11:55:10 2004 @@ -1076,7 +1076,7 @@ esac elif test "X$arg" = "X-lc_r"; then @@ -9,7 +9,7 @@ # Do not include libc_r directly, use -pthread flag. continue ;; -@@ -4296,10 +4296,16 @@ +@@ -4296,10 +4296,17 @@ fi # Install the pseudo-library for information purposes. @@ -17,7 +17,7 @@ - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ + case $host in ++ case $host in + *-*-freebsd*) + # Do not install the useless pseudo-library + ;; @@ -26,6 +26,7 @@ + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ ;; + esac # Maybe install the static library, too. diff --git a/net/openldap23-server/files/patch-build::ltmain.sh b/net/openldap23-server/files/patch-build::ltmain.sh index 7865cad..6991518 100644 --- a/net/openldap23-server/files/patch-build::ltmain.sh +++ b/net/openldap23-server/files/patch-build::ltmain.sh @@ -1,5 +1,5 @@ --- build/ltmain.sh.orig Thu Jan 1 19:16:25 2004 -+++ build/ltmain.sh Thu Mar 25 02:19:32 2004 ++++ build/ltmain.sh Thu Mar 25 11:55:10 2004 @@ -1076,7 +1076,7 @@ esac elif test "X$arg" = "X-lc_r"; then @@ -9,7 +9,7 @@ # Do not include libc_r directly, use -pthread flag. continue ;; -@@ -4296,10 +4296,16 @@ +@@ -4296,10 +4296,17 @@ fi # Install the pseudo-library for information purposes. @@ -17,7 +17,7 @@ - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ + case $host in ++ case $host in + *-*-freebsd*) + # Do not install the useless pseudo-library + ;; @@ -26,6 +26,7 @@ + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ ;; + esac # Maybe install the static library, too. diff --git a/net/openldap24-server/files/patch-build::ltmain.sh b/net/openldap24-server/files/patch-build::ltmain.sh index 7865cad..6991518 100644 --- a/net/openldap24-server/files/patch-build::ltmain.sh +++ b/net/openldap24-server/files/patch-build::ltmain.sh @@ -1,5 +1,5 @@ --- build/ltmain.sh.orig Thu Jan 1 19:16:25 2004 -+++ build/ltmain.sh Thu Mar 25 02:19:32 2004 ++++ build/ltmain.sh Thu Mar 25 11:55:10 2004 @@ -1076,7 +1076,7 @@ esac elif test "X$arg" = "X-lc_r"; then @@ -9,7 +9,7 @@ # Do not include libc_r directly, use -pthread flag. continue ;; -@@ -4296,10 +4296,16 @@ +@@ -4296,10 +4296,17 @@ fi # Install the pseudo-library for information purposes. @@ -17,7 +17,7 @@ - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ + case $host in ++ case $host in + *-*-freebsd*) + # Do not install the useless pseudo-library + ;; @@ -26,6 +26,7 @@ + instname="$dir/$name"i + $show "$install_prog $instname $destdir/$name" + $run eval "$install_prog $instname $destdir/$name" || exit $? ++ ;; + esac # Maybe install the static library, too. |