mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 01:20:31 -04:00
Unfortunately, support for Firebird database is temporarily disabled because Firebird 2.5 is no longer supported.
20 lines
637 B
Text
20 lines
637 B
Text
--- configure.orig 2017-05-03 16:54:21 UTC
|
|
+++ configure
|
|
@@ -5039,7 +5039,7 @@ fi
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PRODUCTNAME" >&5
|
|
$as_echo "$PRODUCTNAME" >&6; }
|
|
|
|
-PRODUCTNAME_WITHOUT_SPACES=${PRODUCTNAME// /}
|
|
+PRODUCTNAME_WITHOUT_SPACES=$(echo "$PRODUCTNAME" | tr -d ' ')
|
|
|
|
|
|
|
|
@@ -32392,7 +32392,7 @@ fi
|
|
|
|
|
|
|
|
- elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" \
|
|
+ elif test "$_os" = "NetBSD" -o "$_os" = "OpenBSD" -o "$_os" = "DragonFly" -o "$_os" = "FreeBSD" \
|
|
&& test "$with_system_openssl" != "no"; then
|
|
with_system_openssl=yes
|
|
SYSTEM_OPENSSL=TRUE
|