Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 2015 22:43:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401219 - head/audio/alsa-lib
Message-ID:  <201511102243.tAAMhGVC048705@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Tue Nov 10 22:43:16 2015
New Revision: 401219
URL: https://svnweb.freebsd.org/changeset/ports/401219

Log:
  audio/alsa-lib: oops, avoid redundancy from r401216

Modified:
  head/audio/alsa-lib/Makefile   (contents, props changed)

Modified: head/audio/alsa-lib/Makefile
==============================================================================
--- head/audio/alsa-lib/Makefile	Tue Nov 10 22:26:13 2015	(r401218)
+++ head/audio/alsa-lib/Makefile	Tue Nov 10 22:43:16 2015	(r401219)
@@ -31,10 +31,8 @@ post-patch:	.SILENT
 	${REINPLACE_CMD} -e '/LIBS/ { s/-ldl//g; s/-lrt//g; }' \
 		-e 's/python-config/${PYTHON_CMD:T}-config/g' \
 		-e '/pythonlibs/s/--libs/--ldflags/' \
-		-e '/-D_GNU_SOURCE/d' \
+		-e '/_GNU_SOURCE/d' \
 		-e '/lt_cv_dlopen/s/-ldl//g' ${WRKSRC}/configure
-	${REINPLACE_CMD} -e '/if.*_GNU_SOURCE/,/endif/d' \
-		${WRKSRC}/include/config.h.in
 	${REINPLACE_CMD} '/LIBADD/s/-ldl//g' \
 		${WRKSRC}/modules/mixer/simple/Makefile.in
 	${REINPLACE_CMD} 's|/etc|${PREFIX}&|g' \



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