#18240 closed defect (fixed)
emacs +x11 doesn't seem to find system X11
Reported by: | MarcusCalhoun-Lopez (Marcus Calhoun-Lopez) | Owned by: | darren.bane@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.0 |
Keywords: | emacs x11 | Cc: | |
Port: | emacs |
Description
The emacs configure script tests for X11 using -lX11 but does not seem to
append any new search directories.
Attached is a proposed solution.
If the MacPorts X11 and system X11 are both installed, the MacPorts X11 should
take precedence since -L${prefix}/lib is before -L${x11prefix}/lib
I have used emacs +x11 for a while, and this seems to be a new problem.
I am not sure when it started.
Attachments (1)
Change History (3)
Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Attachment: | Portfile.diff added |
---|
comment:1 Changed 16 years ago by MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r46249 (maintainer timeout).