Opened 19 years ago
Closed 19 years ago
#7782 closed defect (fixed)
[PATCH] gpgme build is broken on 10.3 due to variable clash
Reported by: | roberto@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.2 |
Keywords: | Cc: | ||
Port: |
Description
The Portfile for gpgme has a special variant section for Darwin7 (aka 10.3) which override the LDFLAGS definition leading to an inbuildable port.
LDFLAGS should be LIBS there.
Attachments (1)
Change History (2)
Changed 19 years ago by roberto@…
Attachment: | gpgme.diff added |
---|
comment:1 Changed 19 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ack, good catch; I've committed the fix. Thanks for the patch.
Note: See
TracTickets for help on using
tickets.
patch which change LDFLAGS into LIBS.