aboutsummaryrefslogtreecommitdiffstats
path: root/games/fxsudoku/files/config.freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'games/fxsudoku/files/config.freebsd')
-rw-r--r--games/fxsudoku/files/config.freebsd4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/fxsudoku/files/config.freebsd b/games/fxsudoku/files/config.freebsd
index 7b8311baa5df..3bb74ef38de6 100644
--- a/games/fxsudoku/files/config.freebsd
+++ b/games/fxsudoku/files/config.freebsd
@@ -9,8 +9,8 @@ export LIBDIR="lib" # Name of the library directory
export DEFAULT_PREFIX="/usr/local"
# Compiler and Linker
-export CC="gcc" # C Compiler
-export CXX="g++" # C++ Compiler
+export CC="cc" # C Compiler
+export CXX="c++" # C++ Compiler
export LINK=$CXX # Executable Linker
export DLLLINK="$CXX -shared" # Dynamic Library Linker
export LIBLINK="ar cru" # Static Library Linker