Opened 14 years ago
Closed 14 years ago
#28810 closed defect (fixed)
editors/vim is not UsingTheRightCompiler when variants +python27 and +universal are selected
Reported by: | rmstonecipher@… | Owned by: | raimue (Rainer Müller) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.9.2 |
Keywords: | haspatch | Cc: | |
Port: | vim |
Description
To reproduce:
Follow directions in UsingTheRightCompiler.
Try to run 'port configure vim +python27 +universal'.
(Patiently wait for dependencies to build).
Verify that UsingTheRightCompiler is the source of the error by:
Removing ${prefix}/bin/no_default_gcc from MacPorts' binpath.
Configure and/or compile vim +python27 +universal.
Attachments (2)
Change History (5)
comment:1 Changed 14 years ago by rmstonecipher@…
Keywords: | haspatch added |
---|
Changed 14 years ago by rmstonecipher@…
Attachment: | patch_src_Makefile.diff added |
---|
files/patch_src_Makefile.diff
comment:2 Changed 14 years ago by raimue (Rainer Müller)
Status: | new → assigned |
---|
comment:3 Changed 14 years ago by raimue (Rainer Müller)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Thank you for the patch!
Committed in r77468 with small changes for personal preference.
Note: See
TracTickets for help on using
tickets.
Attached please find a patch file and a patch to the Portfile to resolve this issue.