diff --git a/security/p5-Digest-MD5-M4p/Makefile b/security/p5-Digest-MD5-M4p/Makefile index 97cb340cc87..a47e23d986b 100644 --- a/security/p5-Digest-MD5-M4p/Makefile +++ b/security/p5-Digest-MD5-M4p/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.2 2005/03/30 21:16:18 jolan Exp $ +# $OpenBSD: Makefile,v 1.3 2006/02/07 21:37:21 pvalchev Exp $ SHARED_ONLY= Yes COMMENT= "perl interface to a variant of the MD5 algorithm" @@ -17,4 +17,8 @@ CONFIGURE_STYLE=perl INSTALL_TARGET= install_site +# trailing ^M after a \ for line continuation confuses gcc2 +pre-patch: + @perl -i -pe 's/\r$$//' ${WRKSRC}/M4p.xs + .include