pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c12cff
)
AMD64 MACHINE_ARCH is gone, use x86_64
author
Sevan Janiyan
<venture37@geeklan.co.uk>
Sat, 7 Nov 2015 23:08:42 +0000
(23:08 +0000)
committer
Sevan Janiyan
<venture37@geeklan.co.uk>
Sat, 7 Nov 2015 23:11:49 +0000
(23:11 +0000)
aespipe/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/aespipe/Makefile
b/aespipe/Makefile
index d5dc6d05751538988cea16810a2baf5deef9681d..49ff96c4beee3b8b9bd080fbf8d8423eb275c336 100644
(file)
--- a/
aespipe/Makefile
+++ b/
aespipe/Makefile
@@
-22,7
+22,7
@@
GNU_CONFIGURE= YES
ONLY_FOR_PLATFORM+= Linux-*-i[3-6]86
-.if ${MACHINE_ARCH} == "
amd
64"
+.if ${MACHINE_ARCH} == "
x86_
64"
BUILD_TARGET= amd64
.elif ${MACHINE_ARCH} == "i386"
BUILD_TARGET= x86