diff options
author | John Polstra <jdp@FreeBSD.org> | 1998-04-28 22:20:55 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1998-04-28 22:20:55 +0000 |
commit | c4aeb1a8b7537b061fdf6c12ee7d4bc1d490c6ec (patch) | |
tree | 03722dd7daa2e58a98c9a0e716ee24db5e8a59a2 /lang/modula-3-lib/files/patch-ah | |
parent | Fix missing "=" in BUILD_DEPENDS line, ruined gd dependency. (diff) |
Fix an old bug in the runtime system which very rarely could cause
EFAULT to be generated on calls to open(2) or fcntl(2).
Bump the shared libraries' major version numbers to guard against
possible binary incompatibilities introduced by this fix.
Diffstat (limited to 'lang/modula-3-lib/files/patch-ah')
-rw-r--r-- | lang/modula-3-lib/files/patch-ah | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/modula-3-lib/files/patch-ah b/lang/modula-3-lib/files/patch-ah index d01badcde98a..01c66c6a37e8 100644 --- a/lang/modula-3-lib/files/patch-ah +++ b/lang/modula-3-lib/files/patch-ah @@ -193,7 +193,7 @@ Update the m3build templates for FreeBSD-2.1 and later. proc after_library_hooks(x) is local lib_a = format ("lib%s.a", x) - local lib_so = format ("lib%s.so.1.1", x) -+ local lib_so = format ("lib%s.so.5.0", x) ++ local lib_so = format ("lib%s.so.6.0", x) local dest = format ("%s%s%s%s%s", PKG_INSTALL, SL, BUILD_PACKAGE, SL, BUILD_DIR) |