svn commit: r373975 - head/textproc/p5-XML-Bare

Mathieu Arnold mat at FreeBSD.org
Thu Dec 4 17:58:46 UTC 2014


Author: mat
Date: Thu Dec  4 17:58:45 2014
New Revision: 373975
URL: https://svnweb.freebsd.org/changeset/ports/373975
QAT: https://qat.redports.org/buildarchive/r373975/

Log:
  Respect Perl's LDDLFLAGS.
  
  With hat:	perl
  Sponsored by:	Absolight

Modified:
  head/textproc/p5-XML-Bare/Makefile

Modified: head/textproc/p5-XML-Bare/Makefile
==============================================================================
--- head/textproc/p5-XML-Bare/Makefile	Thu Dec  4 17:56:13 2014	(r373974)
+++ head/textproc/p5-XML-Bare/Makefile	Thu Dec  4 17:58:45 2014	(r373975)
@@ -17,4 +17,7 @@ LICENSE_COMB=	dual
 USES=		perl5
 USE_PERL5=	configure
 
+post-patch:
+	@${REINPLACE_CMD} '/LDDLFLAGS/d' ${WRKSRC}/Makefile.PL
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list