mirror of
https://git.freebsd.org/ports.git
synced 2025-07-01 09:30:30 -04:00
It is a collection of high-performance data structures and utilities in C++. PR: ports/178626 Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com>
11 lines
317 B
Text
11 lines
317 B
Text
--- configure.orig 2013-04-02 21:37:25.502367016 +0000
|
|
+++ configure 2013-04-02 21:37:55.951368743 +0000
|
|
@@ -19251,7 +19251,7 @@
|
|
esac
|
|
|
|
|
|
-if test x"${target_cpu}" != "xx86_64"; then
|
|
+if test x"${target_cpu}" != "xamd64"; then
|
|
as_fn_error $? "'this library requires a 64-bit x86 processor'" "$LINENO" 5
|
|
fi
|
|
|