Ticket #19831: cdparanoia.diff
File cdparanoia.diff, 523 bytes (added by mtalexander (Mike Alexander), 15 years ago) |
---|
-
Portfile
48 48 49 49 use_autoconf yes 50 50 51 # The make file sets its own optimization flags as appropriate. 52 configure.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. 55 configure.ldflags-delete -L${prefix}/lib 56 51 57 destroot.destdir prefix=${destroot}${prefix} 52 58 53 59 platform darwin 8 {