Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Sep 2013 22:48:57 +0000 (UTC)
From:      Juergen Lock <nox@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326558 - head/multimedia/vdr-plugin-softdevice
Message-ID:  <201309062248.r86MmvnR046815@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: nox
Date: Fri Sep  6 22:48:57 2013
New Revision: 326558
URL: http://svnweb.freebsd.org/changeset/ports/326558

Log:
  Respect ${CXX}.
  
  Submitted by:	pb2 via bapt

Modified:
  head/multimedia/vdr-plugin-softdevice/Makefile

Modified: head/multimedia/vdr-plugin-softdevice/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-softdevice/Makefile	Fri Sep  6 22:35:58 2013	(r326557)
+++ head/multimedia/vdr-plugin-softdevice/Makefile	Fri Sep  6 22:48:57 2013	(r326558)
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+=	--disable-vidix --disab
 .include	"${.CURDIR}/../vdr/Makefile.plugins"
 
 post-patch: post-patch-plugin
-	${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|' ${WRKSRC}/Makefile ${WRKSRC}/configure
+	${REINPLACE_CMD} 's|/usr/X11R6|${LOCALBASE}|;s|g\+\+|${CXX}|' ${WRKSRC}/Makefile ${WRKSRC}/configure
 
 do-configure:
 	(cd ${WRKSRC} && ./configure ${CONFIGURE_ARGS})



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