Ticket #19831: cdparanoia.diff

File cdparanoia.diff, 523 bytes (added by mtalexander (Mike Alexander), 15 years ago)

Portfile patch to fix the problem

  • Portfile

     
    4848
    4949use_autoconf    yes
    5050
     51# The make file sets its own optimization flags as appropriate.
     52configure.cflags-delete -O2
     53# It doesn't need anything from ${prefix}/lib and it finds old versions of its own
     54# dynamic libraries there so don't let it look.
     55configure.ldflags-delete -L${prefix}/lib
     56
    5157destroot.destdir        prefix=${destroot}${prefix}
    5258
    5359platform darwin 8 {