mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 09:56:43 -04:00
latest version - Fix bareos17-server build [1] - Fix installation of sample files - Bump PORTREVISION PR: 230456 237165 Reported by: ohartmann at walstatt.org [1], okrg at ukr.net [1]
20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
--- configure 2015-08-08 15:47:12.347184000 -0500
|
|
+++ configure 2015-08-08 15:48:11.164437000 -0500
|
|
@@ -18626,7 +18626,7 @@
|
|
found_so=
|
|
found_a=
|
|
if test $use_additional = yes; then
|
|
- if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
|
|
+ if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test "${enable_static_fd+set}" != set; then
|
|
found_dir="$additional_libdir"
|
|
found_so="$additional_libdir/lib$name.$shlibext"
|
|
if test -f "$additional_libdir/lib$name.la"; then
|
|
@@ -21466,7 +21466,7 @@
|
|
found_so=
|
|
found_a=
|
|
if test $use_additional = yes; then
|
|
- if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
|
|
+ if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext" && test "${enable_static_fd+set}" != set; then
|
|
found_dir="$additional_libdir"
|
|
found_so="$additional_libdir/lib$name.$shlibext"
|
|
if test -f "$additional_libdir/lib$name.la"; then
|