svn commit: r538451 - head/audio/mpg123

Roman Bogorodskiy novel at FreeBSD.org
Thu Jun 11 02:04:06 UTC 2020


Author: novel
Date: Thu Jun 11 02:04:05 2020
New Revision: 538451
URL: https://svnweb.freebsd.org/changeset/ports/538451

Log:
  audio/mpg123: fix build with SNDIO
  
  The new version fails to properly pass sndio LDFLAGS,
  so set it via CONFIGURE_ENV for now.
  
  Reported by:	kib

Modified:
  head/audio/mpg123/Makefile

Modified: head/audio/mpg123/Makefile
==============================================================================
--- head/audio/mpg123/Makefile	Thu Jun 11 01:43:10 2020	(r538450)
+++ head/audio/mpg123/Makefile	Thu Jun 11 02:04:05 2020	(r538451)
@@ -17,6 +17,7 @@ USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-optimization=0
+CONFIGURE_ENV=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
 
 OPTIONS_DEFINE=		SNDIO
 OPTIONS_DEFINE_i386=	OPTCPU


More information about the svn-ports-all mailing list