summaryrefslogtreecommitdiff
path: root/lang/squeak3/files/patch-aa
diff options
context:
space:
mode:
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/[-_].*/\./'`