summaryrefslogtreecommitdiff
path: root/lang/pcc/files/patch-configure
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2010-11-16 19:09:56 +0000
committerLars Engels <lme@FreeBSD.org>2010-11-16 19:09:56 +0000
commitddfbacd87edbcae7c740fc0f51bb7374037723f9 (patch)
tree488b67a2a1a814663e3df74c273a7d8bc037502e /lang/pcc/files/patch-configure
parentDrop maintainership for a few ports I no longer use (diff)
- Update to 101107
- Pet portlint Note: The new version can now compile itself. PR: ports/152027 Submitted by: "Pedro F. Giffuni" <giffunip(AT)tutopia.com> Approved by: joeld (maintainer)
Diffstat (limited to 'lang/pcc/files/patch-configure')
-rw-r--r--lang/pcc/files/patch-configure6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/pcc/files/patch-configure b/lang/pcc/files/patch-configure
index 3bd4ecebaa3e..36da158c7122 100644
--- a/lang/pcc/files/patch-configure
+++ b/lang/pcc/files/patch-configure
@@ -1,8 +1,10 @@
-Index: configure
-@@ -1956,6 +1956,7 @@
+--- configure.orig 2010-10-31 18:20:51.000000000 +0000
++++ configure 2010-11-07 15:22:25.000000000 +0000
+@@ -1960,7 +1960,7 @@
esac
case "$target_cpu" in
i386) targmach=i386 ;;
+- x86_64) targmach=amd64 ;;
+ amd64) targmach=amd64 ;;
esac
;;