pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
AMD64 MACHINE_ARCH is gone, use x86_64
Module Name: pkgsrc-wip
Committed By: Sevan Janiyan <venture37%geeklan.co.uk@localhost>
Pushed By: sevan
Date: Sat Nov 7 23:08:42 2015 +0000
Changeset: 062992cc9264c53b69eda585c710d58deab15eee
Modified Files:
aespipe/Makefile
Log Message:
AMD64 MACHINE_ARCH is gone, use x86_64
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=062992cc9264c53b69eda585c710d58deab15eee
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
aespipe/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/aespipe/Makefile b/aespipe/Makefile
index d5dc6d0..49ff96c 100644
--- a/aespipe/Makefile
+++ b/aespipe/Makefile
@@ -22,7 +22,7 @@ GNU_CONFIGURE= YES
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
-.if ${MACHINE_ARCH} == "amd64"
+.if ${MACHINE_ARCH} == "x86_64"
BUILD_TARGET= amd64
.elif ${MACHINE_ARCH} == "i386"
BUILD_TARGET= x86
Home |
Main Index |
Thread Index |
Old Index