summaryrefslogtreecommitdiff
path: root/lang/squeak3/files/patch-aa
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-11-27 14:35:40 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-11-27 14:35:40 +0000
commit790789cd963382a6d053ea2dd9c72db7cbd0c5ec (patch)
tree0e9c8429648167a45ac0004f79f031ad1cac63e8 /lang/squeak3/files/patch-aa
parentUpdate port to 0.71 (diff)
Add Version 3 of Squeak, after a repocopy from lang/squeak2.
PR: ports/31231 Submitted by: Roland Jesse <jesse@cs.uni-magdeburg.de>
Notes
Notes: svn path=/head/; revision=50642
Diffstat (limited to 'lang/squeak3/files/patch-aa')
-rw-r--r--lang/squeak3/files/patch-aa15
1 files changed, 0 insertions, 15 deletions
diff --git a/lang/squeak3/files/patch-aa b/lang/squeak3/files/patch-aa
deleted file mode 100644
index c4dba9fb21bd..000000000000
--- a/lang/squeak3/files/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
---- conf/config.guess.orig Mon Mar 6 11:52:02 2000
-+++ conf/config.guess Mon Mar 6 11:52:24 2000
-@@ -477,11 +477,7 @@
- echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
- exit 0 ;;
- *:FreeBSD:*:*)
-- if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then
-- echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-- else
-- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
-- fi
-+ echo freebsd
- exit 0 ;;
- *:NetBSD:*:*)
- echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`