[Gd-chatter] r10809 - trunk/fundev/sources/lib/run-time/pentium-freebsd

hannes at gwydiondylan.org hannes at gwydiondylan.org
Mon Jun 19 02:08:16 CEST 2006


Author: hannes
Date: Mon Jun 19 02:08:14 2006
New Revision: 10809

Modified:
   trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
Log:
Bug: minor
search for runtime in SYSTEM_LIBDIR as done on linux


Modified: trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam	(original)
+++ trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam	Mon Jun 19 02:08:14 2006
@@ -42,7 +42,7 @@
 	  linux-spy-interfaces.o
 	  linux-support.o ;
 
-rtlibs ?= $(LIBDIR)/runtime/$(RTOBJS) -lmmdw -lmpsplan -lpthread ;
+rtlibs ?= $(SYSTEM_LIBDIR)/runtime/$(RTOBJS) -lmmdw -lmpsplan -lpthread ;
 
 guilflags ?= ;
 



More information about the chatter mailing list