Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2020 02:04:06 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r538451 - head/audio/mpg123
Message-ID:  <202006110204.05B246eS053448@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006110204.05B246eS053448>