aboutsummaryrefslogtreecommitdiff
path: root/lang/smalltalk/files
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-01-03 17:32:12 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-01-03 17:32:12 +0000
commitfd1224483e1a79f27e46681ca12a8eabd6ef53a0 (patch)
treef0727e0e9b260f82b08b0c876f310d8bd0c54ec6 /lang/smalltalk/files
parent855c8bc8df1b483c4aeea0aff55be26ad2ca63b5 (diff)
downloadports-fd1224483e1a79f27e46681ca12a8eabd6ef53a0.tar.gz
ports-fd1224483e1a79f27e46681ca12a8eabd6ef53a0.zip
Notes
Diffstat (limited to 'lang/smalltalk/files')
-rw-r--r--lang/smalltalk/files/patch-Makefile11
-rw-r--r--lang/smalltalk/files/patch-snprintfv::configure23
2 files changed, 0 insertions, 34 deletions
diff --git a/lang/smalltalk/files/patch-Makefile b/lang/smalltalk/files/patch-Makefile
deleted file mode 100644
index 34afaee5b0da..000000000000
--- a/lang/smalltalk/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.bak Tue Sep 10 18:17:27 2002
-+++ Makefile.in Sun Oct 13 01:00:49 2002
-@@ -146,7 +146,7 @@
- AUTOMAKE_OPTIONS = gnu 1.6
- ACLOCAL_AMFLAGS = -I config
-
--SUBDIRS = lib-src libltdl snprintfv lightning libgst xml net \
-+SUBDIRS = lib-src libltdl lightning libgst xml net \
- i18n config unsupported kernel compiler sunit tcp \
- examples blox vfs . tests doc
-
diff --git a/lang/smalltalk/files/patch-snprintfv::configure b/lang/smalltalk/files/patch-snprintfv::configure
deleted file mode 100644
index 87747ffeab6a..000000000000
--- a/lang/smalltalk/files/patch-snprintfv::configure
+++ /dev/null
@@ -1,23 +0,0 @@
---- snprintfv/configure.orig Tue Sep 10 18:02:44 2002
-+++ snprintfv/configure Sun Oct 13 02:01:04 2002
-@@ -10549,12 +10549,6 @@
- fi
- if test x$ac_cv_header_limits_h = xyes; then
- echo '#include <limits.h>' >> $tmpfile
-- elif test x$ac_cv_header_values_h = xyes; then
-- cat >> $tmpfile << '_EOF_'
--#ifndef MAXINT
--# include <values.h>
--#endif /* MAXINT */
--_EOF_
- fi
- if test x$ac_cv_header_string_h = xyes; then
- echo '#include <string.h>' >> $tmpfile
-@@ -10571,6 +10565,7 @@
- echo '#include <stdint.h>' >> $tmpfile
- fi
- if test x$ac_cv_type_intmax_t = xno; then
-+ cat >> $tmpfile << '_EOF_'
- #if __GNUC__ >= 2
- typedef long long intmax_t;
- typedef unsigned long long uintmax_t;