Opened 17 years ago

Closed 17 years ago

Last modified 8 years ago

#11831 closed defect (fixed)

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

Description (last modified by ryandesign (Ryan Carsten Schmidt))

--- 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)

comment:1 Changed 17 years ago by markd@…

Cc: markd@… added
Resolution: fixed
Status: newclosed

The problem was fixed last week, but I did some cleanup by consolidating the two darwin platform statments into a single i386 platform statement.

comment:2 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: gmp added
Note: See TracTickets for help on using tickets.