From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/wavplay/files/patch-msg.c | 52 +++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 28 deletions(-) (limited to 'audio/wavplay/files/patch-msg.c') diff --git a/audio/wavplay/files/patch-msg.c b/audio/wavplay/files/patch-msg.c index 22167b098d98..6d8af4a35ded 100644 --- a/audio/wavplay/files/patch-msg.c +++ b/audio/wavplay/files/patch-msg.c @@ -1,28 +1,24 @@ -*** msg.c.orig Sat Jan 15 12:58:40 2000 ---- msg.c Sat Jan 15 13:16:12 2000 -*************** -*** 47,53 **** ---- 47,55 ---- - #include - #include - #include -+ #ifndef FREEBSD - #include -+ #endif - #include - #include - #include -*************** -*** 56,62 **** ---- 58,68 ---- - #include - #include - #include -+ #ifndef FREEBSD - #include -+ #else -+ #include -+ #endif - #include "wavplay.h" - - /* +--- msg.c.orig 1999-12-04 00:06:42 UTC ++++ msg.c +@@ -47,7 +47,9 @@ static const char rcsid[] = "@(#)msg.c $ + #include + #include + #include ++#ifndef FREEBSD + #include ++#endif + #include + #include + #include +@@ -56,7 +58,11 @@ static const char rcsid[] = "@(#)msg.c $ + #include + #include + #include ++#ifndef FREEBSD + #include ++#else ++#include ++#endif + #include "wavplay.h" + + /* -- cgit v1.2.3