Opened 14 years ago

Closed 14 years ago

#24330 closed defect (fixed)

libetpan: config script should not contain -arch flags

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: mww@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: libetpan

Description

When I build libetpan universal, the universal arch flags are embedded into the config script:

$ grep -- -arch /opt/local/bin/libetpan-config
      echo $libdir -letpan -L/opt/local/lib -arch x86_64 -arch i386 -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lcurl -L/opt/local/lib -L/opt/local/lib -L/opt/local/lib -lidn -lssl -lcrypto -lssl -lcrypto -lz -lz -lexpat -lssl -lcrypto      -lsasl2 

This should not be; it prevents me from building a dependent of libetpan non-universal.

Attachments (1)

libetpan.diff (484 bytes) - added by ryandesign (Ryan Carsten Schmidt) 14 years ago.
proposed patch

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: libetpan.diff added

proposed patch

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

Committed in r66602 (maintainer timeout).

Note: See TracTickets for help on using tickets.