diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-21 22:02:00 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-21 22:02:00 +0000 |
commit | f1bcf11bdea1e6c61defd797d8ca6090f649cea2 (patch) | |
tree | f9c80d26ffe1aefcc621eeab4ca81832ce4558b7 /lang/gcc295/files/patch-aj | |
parent | - Update to 2.4 (diff) |
Remove lang/gcc295 which is not used by any other port and had been
unused/unusable for most of last year. Recommend lang/gcc44 instead.
Approved by: maintainer
Diffstat (limited to 'lang/gcc295/files/patch-aj')
-rw-r--r-- | lang/gcc295/files/patch-aj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/gcc295/files/patch-aj b/lang/gcc295/files/patch-aj deleted file mode 100644 index 4666dfa4e86f..000000000000 --- a/lang/gcc295/files/patch-aj +++ /dev/null @@ -1,14 +0,0 @@ ---- config.guess.orig Sun May 30 09:04:33 1999 -+++ config.guess Mon Jun 21 00:55:29 1999 -@@ -521,9 +521,9 @@ - exit 0 ;; - *:FreeBSD:*:*) - if test -x /usr/bin/objformat -a "elf" = "`/usr/bin/objformat`"; then -- echo ${UNAME_MACHINE}-unknown-freebsdelf -+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` - else -- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` -+ echo ${UNAME_MACHINE}-unknown-freebsdaout`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'` - fi - exit 0 ;; - *:NetBSD:*:*) |