On Wed, Mar 04, 2015 at 06:17:01AM -0500, R0B_ROD wrote: > Hello, > First ld could not find python.
What was the error? Python bindings are optional and off by default. Run 'make config' in audio/alsa-lib to disable it and try again. > I removed a $. This change is wrong. It breaks staging! install -o root -g wheel -m 0644 alsa.pc '/usr/ports/audio/alsa-lib/work/stage\/libdata/pkgconfig' vs. install -o root -g wheel -m 0644 alsa.pc '/usr/ports/audio/alsa-lib/work/stage/usr/local/libdata/pkgconfig' Revert it and try again! -- Herbert _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[email protected]"
