diff options
author | krion <krion@FreeBSD.org> | 2003-11-23 02:40:28 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-11-23 02:40:28 +0800 |
commit | 6de92fe7c124cbf6224d1e1590262505208ac0aa (patch) | |
tree | dc99a80ae631c45564cc98d60bb2072503f452df /lang/smalltalk/files | |
parent | 322c2a6c8a0ae993a105dc2114862d0743eaa265 (diff) | |
download | freebsd-ports-gnome-6de92fe7c124cbf6224d1e1590262505208ac0aa.tar.gz freebsd-ports-gnome-6de92fe7c124cbf6224d1e1590262505208ac0aa.tar.zst freebsd-ports-gnome-6de92fe7c124cbf6224d1e1590262505208ac0aa.zip |
- Update to version 2.1.5
PR: 59581
Submitted by: Ports Fury
Diffstat (limited to 'lang/smalltalk/files')
-rw-r--r-- | lang/smalltalk/files/patch-ltmain.sh | 16 |
1 files changed, 3 insertions, 13 deletions
diff --git a/lang/smalltalk/files/patch-ltmain.sh b/lang/smalltalk/files/patch-ltmain.sh index 18b8bb044f94..f7bed659751f 100644 --- a/lang/smalltalk/files/patch-ltmain.sh +++ b/lang/smalltalk/files/patch-ltmain.sh @@ -1,6 +1,6 @@ ---- config/ltmain.sh.orig Fri Jun 14 06:37:06 2002 -+++ config/ltmain.sh Thu Jun 27 01:04:35 2002 -@@ -961,6 +961,7 @@ +--- config/ltmain.sh.orig Mon Jun 9 16:36:06 2003 ++++ config/ltmain.sh Sat Nov 22 22:09:24 2003 +@@ -990,6 +990,7 @@ ;; -avoid-version) @@ -8,13 +8,3 @@ avoid_version=yes continue ;; -@@ -2424,6 +2425,9 @@ - ;; - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. -+ ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... - ;; - *) - # Add libc to deplibs on all other systems if necessary. |