audio/libsndfile requires gmake

1wkmmr at gmail.com 1wkmmr at gmail.com
Thu Feb 12 21:35:40 PST 2009


Hi,

Re: # $FreeBSD: ports/audio/libsndfile/Makefile,v 1.40 2009/02/09
03:00:12 ahze Exp $

I'm trying to compile audio/libsndfile on 7-stable,
but it always stops as follows:

Making all in Octave
mkoctfile -v -I../src -c  -o ./sndfile.o
mkoctfile -v -I../src ./ -L../src/.libs -L../src -lsndfile -o ./sndfile.oct
mkoctfile: unrecognized argument ./
*** Error code 1

Stop in /mnt2/usr/ports/audio/libsndfile/work/libsndfile-1.0.18/Octave.
*** Error code 1

Stop in /mnt2/usr/ports/audio/libsndfile/work/libsndfile-1.0.18.
*** Error code 1

Stop in /mnt2/usr/ports/audio/libsndfile.
*** Error code 1

Stop in /mnt2/usr/ports/audio/libsndfile.
#

Adding the following line into the Makefile solved the issue.
USE_GMAKE=      yes

Cheers
---


More information about the freebsd-multimedia mailing list