Opened 11 years ago

Last modified 7 years ago

#40094 assigned defect

pgAdmin3 uses --with-arch-x86_64

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by:
Priority: Normal Milestone:
Component: ports Version: 2.2.0
Keywords: Cc: mojca (Mojca Miklavec)
Port: pgAdmin3

Description

The pgAdmin3 port uses the configure arg "--with-arch-x86_64". This presumably won't work on ppc, ppc64 or i386 Macs. If really only x86_64 will work for this port, then that should be indicated by setting "supported_archs x86_64". But I do see these flags in output from "./configure --help":

  --with-arch-i386	include an i386 image in an OS X Universal build
  --with-arch-x86_64	include an x86_64 image in an OS X Universal build
  --with-arch-ppc	include a PPC image in an OS X Universal build
  --with-arch-ppc64	include a PPC64 image in an OS X Universal build

This suggests any Mac arch should work.

What does the --with-arch-x86_64 flag do that MacPorts' default inclusion of -arch flags doesn't do? Maybe the flag could simply be removed. Maybe the universal variant could be enabled.

Change History (2)

comment:1 Changed 11 years ago by mojca (Mojca Miklavec)

Cc: mojca@… added

Cc Me!

comment:2 Changed 7 years ago by mf2k (Frank Schima)

Owner: jyrkiwahlstedt deleted
Status: newassigned
Note: See TracTickets for help on using tickets.