#19831: cdparanoia-10.2 upgrade fail -------------------------------------+-------------------------------------- Reporter: christophe.haro@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: cdparanoia -------------------------------------+-------------------------------------- Comment(by mta@…): I attached a patch that fixes this problem. This is the same as the Portfile attached to #20320 which is described as: If you have cdparanoia-0.9.8_0 installed when you try to build version 10.2_0 the build fails since it links against ${destroot}/lib before the directories containing the dynamic libraries it just built. It would be possible to fix the Makefile to avoid this (and perhaps best to do so) but since it doesn't need anything from ${destroot}/lib the easy fix is to make it ignore it. The attached port file does this, and also drops -O2 from CFLAGS since the make file provides that in cases where it is needed and including it in CFLAGS causes it to be included inappropriately (for example in the debug target of the make file). -- Ticket URL: <http://trac.macports.org/ticket/19831#comment:12> MacPorts <http://www.macports.org/> Ports system for Mac OS