When building libgda2, if it tries to build the Firebird database, it will fail during the linking step. The configure script has hard-coded the Firebird linker flags to link -ldl, which doesn't exist on FreeBSD. The attached patch just removes this from the flags. Someone better at autoconf than me can probably make this detection happen at runtime so this patch can go into the libgda2 source. How-To-Repeat: Build libgda WITH_FIREBIRD=yes, or after installing databases/firebird.
State Changed From-To: open->closed Committed, thanks!