diff options
Diffstat (limited to '')
-rw-r--r-- | lang/pgcc/files/patch-aj | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/pgcc/files/patch-aj b/lang/pgcc/files/patch-aj deleted file mode 100644 index 4666dfa4e86f..000000000000 --- a/lang/pgcc/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:*:*) |