Port gmp does not compile on i386. The patch below seems to correct the problem.
Reported by: |
jbacon@… |
Owned by: |
macports-tickets@… |
Priority:
|
High
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
|
Keywords:
|
|
Cc:
|
markd@…
|
Port:
|
gmp
|
|
|
--- Portfile.bak 2007-04-23 15:33:24.000000000 -0500
+++ Portfile 2007-04-23 15:34:08.000000000 -0500
@@ -59,5 +59,4 @@
platform darwin i386 {
configure.env-delete ABI=32
configure.args-append --host=none-apple-darwin
- configure.cflags-delete -force_cpusubtype_ALL
}
Change History (2)
Cc: |
markd@… added
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
gmp added
|
The problem was fixed last week, but I did some cleanup by consolidating the two darwin platform statments into a single i386 platform statement.