8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

fixing build on FreeBSD/amd64

This commit is contained in:
alexpeshkoff 2006-03-19 13:56:58 +00:00
parent 4de9de3ffa
commit eac2883cdc

View File

@ -50,6 +50,16 @@ case "$target" in
SHRLIB_EXT=so
;;
amd64-*-freebsd*)
MAKEFILE_PREFIX=freebsd
PLATFORM=FREEBSD
AC_DEFINE(FREEBSD, 1, [Define this if OS is FreeBSD])
AC_DEFINE(AMD64, 1, [Define this if CPU is amd64])
LOCK_MANAGER_FLG=Y
EDITLINE_FLG=N
SHRLIB_EXT=so
;;
*-*-freebsd*)
MAKEFILE_PREFIX=freebsd
PLATFORM=FREEBSD