#24917: xtide install error --------------------------------+------------------------------------------- Reporter: singhalg@… | Owner: jberry@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.2 Keywords: | Port: xtide --------------------------------+------------------------------------------- Comment(by s-macports@…): This is a Mac-specific bug (omission) in xtide's configure.in file that makes it fail to determine where the X11 libraries are. Look in configure.in around line 50, and you will see some code that looks for "libXaw" with various extensions such as ".so" and ".a". On the Mac, the proper extension is ".dylib". Expanding this code to look for "libXaw.dylib" in addition to the others fixes the problem. Note, there are two lines that need to be changed, around lines 53 and 58. I would send you a patch, but I'm not quite up to speed on the Macports system yet. -- Ticket URL: <https://trac.macports.org/ticket/24917#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS