diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-25 15:06:52 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-25 15:06:52 +0000 |
commit | 75e6c378646453e536d8257e09f3388cc415e82f (patch) | |
tree | 406b82149efb1d1954f510999c9182c820437672 | |
parent | e417e2344768ed1eb6ce989f3c6476a4a7fc6a27 (diff) | |
download | ports-75e6c378646453e536d8257e09f3388cc415e82f.tar.gz ports-75e6c378646453e536d8257e09f3388cc415e82f.zip |
Notes
-rw-r--r-- | audio/nekobee/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nekobee/Makefile b/audio/nekobee/Makefile index c56c5d126c27..ec2256282baf 100644 --- a/audio/nekobee/Makefile +++ b/audio/nekobee/Makefile @@ -22,7 +22,6 @@ GH_ACCOUNT= gordonjcp GH_COMMIT= 3f4737f USE_GNOME= gtk20 -MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include/dssi -I${LOCALBASE}/include @@ -32,6 +31,7 @@ MAKE_JOBS_ARGS= -j${MAKE_JOBS_NUMBER} do-configure: @(cd ${WRKSRC} && ${SETENV} CC="${CC}" CFLAGS="${CFLAGS}" \ + LINKFLAGS="-lm" \ CPPFLAGS="${CPPFLAGS}" ./waf configure --prefix=${PREFIX}) do-build: |