diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1998-05-20 02:17:20 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1998-05-20 02:17:20 +0000 |
commit | e032aff81ae9f13d38e951fca7124499c56d377c (patch) | |
tree | 71de06fd7975283d40ec3b1948ed1442dd2f8544 /math/octave-devel/pkg-plist | |
parent | 81be7119fb4103ef8ca2e3b7f22d45685a88b1d7 (diff) |
Fix nasty template-instantiation problem that, while it compiled,
prevented it from running. The only fix (until FreeBSD goes elf)
is to build the executeable statically. I really dislike that, but
it's a linker problem that's not likely to be fixed.
Much thanks to Victor Balden <victor@eng.uct.ac.za> for pointing
me at this bug.
Notes
Notes:
svn path=/head/; revision=11073
Diffstat (limited to 'math/octave-devel/pkg-plist')
-rw-r--r-- | math/octave-devel/pkg-plist | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/octave-devel/pkg-plist b/math/octave-devel/pkg-plist index a474adb1ec53..3812e814ccb4 100644 --- a/math/octave-devel/pkg-plist +++ b/math/octave-devel/pkg-plist @@ -4,13 +4,8 @@ include/octave-2.0.12/config.h include/octave-2.0.12/f77-fcn.h include/octave-2.0.12/lo-error.h lib/libcruft.a -lib/libcruft.so.2.0 lib/liboctave.a -lib/liboctave.so.2.0 lib/liboctinterp.a -lib/liboctinterp.so.2.0 -@exec /sbin/ldconfig -m %B -@unexec /sbin/ldconfig -R %B include/octave-2.0.12/Bounds.h include/octave-2.0.12/CollocWt.h include/octave-2.0.12/DAE.h |