aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk/files
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-11-04 07:39:28 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-11-04 07:39:28 +0000
commit860f319f2b79f062c5dc7fb32cb54b5d563f097d (patch)
tree65d2fa390ccf6399652e1905fde038da3335d56b /lang/smalltalk/files
parent9c45f91fe676941baaafa1e7f811cd23d36329fa (diff)
downloadports-860f319f2b79f062c5dc7fb32cb54b5d563f097d.tar.gz
ports-860f319f2b79f062c5dc7fb32cb54b5d563f097d.zip
Notes
Diffstat (limited to 'lang/smalltalk/files')
-rw-r--r--lang/smalltalk/files/patch-aa22
-rw-r--r--lang/smalltalk/files/patch-ltmain.sh20
2 files changed, 20 insertions, 22 deletions
diff --git a/lang/smalltalk/files/patch-aa b/lang/smalltalk/files/patch-aa
deleted file mode 100644
index b7e56afb64cc..000000000000
--- a/lang/smalltalk/files/patch-aa
+++ /dev/null
@@ -1,22 +0,0 @@
---- libgst/lex.c.orig Wed Dec 27 18:43:24 2000
-+++ libgst/lex.c Sat Feb 10 10:11:18 2001
-@@ -52,6 +52,9 @@
- #include <stdio.h>
- #include <ctype.h>
- #include <math.h>
-+#if defined(__FreeBSD__)
-+#include <floatingpoint.h>
-+#endif
-
- #ifdef HAVE_READLINE
- #include <readline/readline.h>
-@@ -764,6 +767,9 @@
- if (isNegative) {
- num = -num;
- }
-+#if defined(__FreeBSD__)
-+ fpsetmask(0);
-+#endif
-
- if (isFloat) {
- lvalp->fval = num;
diff --git a/lang/smalltalk/files/patch-ltmain.sh b/lang/smalltalk/files/patch-ltmain.sh
new file mode 100644
index 000000000000..e5e0c61703c6
--- /dev/null
+++ b/lang/smalltalk/files/patch-ltmain.sh
@@ -0,0 +1,20 @@
+--- ltmain.sh.orig Thu Apr 26 19:21:26 2001
++++ ltmain.sh Fri Nov 2 02:58:37 2001
+@@ -961,6 +961,7 @@
+ ;;
+
+ -avoid-version)
++ build_old_libs=no
+ 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.