diff options
-rw-r--r-- | textproc/p5-XML-DifferenceMarkup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-DifferenceMarkup/Makefile b/textproc/p5-XML-DifferenceMarkup/Makefile index 640703a88f47..3c421fba76ad 100644 --- a/textproc/p5-XML-DifferenceMarkup/Makefile +++ b/textproc/p5-XML-DifferenceMarkup/Makefile @@ -21,7 +21,7 @@ USES= perl5 USE_PERL5= configure post-patch: - @${REINPLACE_CMD} '/^\$$CC/s/g++/${CXX}/; s|/usr/local|${LOCALBASE}|g' \ + @${REINPLACE_CMD} '/^\$$CC/s|g++|${CXX}|; s|/usr/local|${LOCALBASE}|g' \ ${WRKSRC}/Makefile.PL # Don't pass any argument to Makefile.PL, it messes up lib detection. |