summaryrefslogtreecommitdiffstats
path: root/config/freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'config/freebsd')
-rw-r--r--config/freebsd12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/freebsd b/config/freebsd
index f35aa5b..b7598cc 100644
--- a/config/freebsd
+++ b/config/freebsd
@@ -7,8 +7,8 @@
# The default compiler is `gcc'
if test "X-" = "X-$CC"; then
- CC=gcc
- CC_BASENAME=gcc
+ CC=gcc
+ CC_BASENAME=gcc
fi
# Architecture-specific flags
@@ -27,8 +27,8 @@ NOFP=${NOFP:=-fomit-frame-pointer}
# Special setup to use pthread support if enable-threadsafe is on.
# Works with static executable only.
if test "X-" != "X-$enable_threadsafe"; then
- CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
- LDFLAGS="$LDFLAGS -pthread"
- LIBS="$LIBS -lcipher"
- enable_static_exec=yes
+ CFLAGS="$CFLAGS -pthread -D_THREAD_SAFE"
+ LDFLAGS="$LDFLAGS -pthread"
+ LIBS="$LIBS -lcipher"
+ enable_static_exec=yes
fi