diff options
Diffstat (limited to 'mail/lightning/files/patch-configure')
-rw-r--r-- | mail/lightning/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/lightning/files/patch-configure b/mail/lightning/files/patch-configure new file mode 100644 index 000000000000..fcc73c383e2c --- /dev/null +++ b/mail/lightning/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2009-07-28 09:36:01.000000000 +0200 ++++ configure 2009-07-28 09:37:09.000000000 +0200 +@@ -5408,7 +5408,7 @@ + CPU_ARCH=sparc + ;; + +-x86_64 | sparc | ppc | ia64) ++amd64 | x86_64 | sparc | ppc | ia64) + CPU_ARCH="$OS_TEST" + ;; + esac |