svn commit: r323647 - head/audio/nekobee

John Marino marino at FreeBSD.org
Thu Jul 25 15:06:53 UTC 2013


Author: marino
Date: Thu Jul 25 15:06:52 2013
New Revision: 323647
URL: http://svnweb.freebsd.org/changeset/ports/323647

Log:
  audio/nekobee: directly link libraries
  
  Fixes indirect linking errors on modern binutils (fix from dports)
  Also remove redundant MAKE_JOBS_SAFE while we are here.
  
  Approved by:	bapt (mentor)

Modified:
  head/audio/nekobee/Makefile

Modified: head/audio/nekobee/Makefile
==============================================================================
--- head/audio/nekobee/Makefile	Thu Jul 25 15:04:42 2013	(r323646)
+++ head/audio/nekobee/Makefile	Thu Jul 25 15:06:52 2013	(r323647)
@@ -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:


More information about the svn-ports-all mailing list