From f4f9ecbd879a752afb750a32cf3735c414710e1b Mon Sep 17 00:00:00 2001 From: pvalchev Date: Tue, 7 Feb 2006 21:37:21 +0000 Subject: [PATCH] remove confusing for gcc2 ^M per naddy's patch for www/cssed --- security/p5-Digest-MD5-M4p/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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