From 18ece9cf750e9c7f0d1920ddd60ffa34bc21254d Mon Sep 17 00:00:00 2001 From: pierre Date: Fri, 15 Mar 2013 15:39:32 +0000 Subject: [PATCH] Also use VERSION in scripts for openbsd and netbsd git-svn-id: trunk@23844 - --- compiler/systems/t_bsd.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/systems/t_bsd.pas b/compiler/systems/t_bsd.pas index 79ba742dda..8adbdb8879 100644 --- a/compiler/systems/t_bsd.pas +++ b/compiler/systems/t_bsd.pas @@ -459,7 +459,7 @@ begin { several RTL symbols of FPC-compiled shared libraries } { will be bound to those of a single shared library or } { to the main program } - if (isdll) and (target_info.system in systems_freebsd) then + if (isdll) and (target_info.system in systems_bsd) then begin LinkRes.add('VERSION'); LinkRes.add('{');