Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2017 18:56:20 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440113 - head/sysutils/cdrdao
Message-ID:  <201705041856.v44IuKE2011400@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marius
Date: Thu May  4 18:56:20 2017
New Revision: 440113
URL: https://svnweb.freebsd.org/changeset/ports/440113

Log:
  Fix build with TOC2MP3 set after the switch to USE_CXXSTD=c++11 in r439255.
  
  PR:		219064

Modified:
  head/sysutils/cdrdao/Makefile

Modified: head/sysutils/cdrdao/Makefile
==============================================================================
--- head/sysutils/cdrdao/Makefile	Thu May  4 18:07:45 2017	(r440112)
+++ head/sysutils/cdrdao/Makefile	Thu May  4 18:56:20 2017	(r440113)
@@ -85,6 +85,8 @@ post-patch:
 	55readcd 55scgcheck 55scgskeleton 55rscsi 85man
 	@${RM} ${WRKSRC}/scsilib/TARGETS/${i}
 .endfor
+	@${REINPLACE_CMD} -e 's|"$$ac_declaration"|"$$ac_declarationXXX"|g' \
+		${WRKSRC}/configure
 .for i in include/schily.h libscg/scsitransp.c libschily/fexec.c \
 	libschily/stdio/fgetline.c
 	@${REINPLACE_CMD} -E -e 's|fexecve|js_fexecve|g; \



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