7489dd5ae4
12-March-2000: Version 0.60 released. * Changed license to LGPL!!! * Added SetAutoResetStayConstants(), FIsAutoResetStayConstants(), make ResetStayConstants() public 29-Jan-2000: Version 0.55 released. * Some bug fixes * Added ClSimplexSolver::{ChangeStrength,ChangeStrengthAndWeight,ChangeWeight, DisplayObjective,ExternalResetStayConstants} fns From A. Beurivé. 16-Dec-1999: Version 0.54a released. * Include correct version of OTI Smalltalk .dat file (the source in the *.app files was right, the .dat file was old) * Fix java build bug 15-Dec-1999: Version 0.54 released. * Bug fixes * auto-configuration improvements * Support Java 2 (jdk-1.2) * Improved ease of building Java demos * Build guile wrapper as long as guile-config works, use new --disable-guile-build to force off * Alpha-version of Java constraint parser contributed by Will Portnoy 24-October-1999: Version 0.53 released. * Bug fixes * License exception for linking with Scwm. 25-September-1999: Version 0.52 released. * Bug fix for nested edits where a later edit includes an already-being-edited variable 14-September-1999: Version 0.51 released. * Minor bug fixes * Much better packaging, RPMs, etc. more forced reliance on GTL
22 lines
682 B
Text
22 lines
682 B
Text
$NetBSD: patch-ab,v 1.3 2000/07/31 06:58:36 jlam Exp $
|
|
|
|
--- cassowary-config.in.orig Wed Sep 8 01:22:13 1999
|
|
+++ cassowary-config.in Mon Jul 31 00:53:49 2000
|
|
@@ -4,7 +4,7 @@
|
|
|
|
# gotten from LDADD in c++/Makefile.am
|
|
cassowary_gtllibs="@GTL_LIB@"
|
|
-cassowary_libs="-L@prefix@/lib $cassowary_gtllibs"
|
|
+cassowary_libs="-Wl,-R@prefix@/lib -L@prefix@/lib $cassowary_gtllibs"
|
|
cassowary_cflags="@GUILE_INCLUDES@ @GTL_INCLUDES@"
|
|
|
|
prefix=@prefix@
|
|
@@ -94,7 +94,7 @@
|
|
fi
|
|
|
|
if test "$echo_libs" = "yes"; then
|
|
- echo -L@libdir@ -lcassowary -lstdc++ $cassowary_libs
|
|
+ echo -Wl,-R@libdir@ -L@libdir@ -lcassowary -lstdc++ $cassowary_libs
|
|
fi
|
|
|
|
if test "$echo_gtllibs" = "yes"; then
|