From c90d3c5b7e42ea9e594ee0746f572427ec178e5b Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 11 Aug 2001 07:19:59 +0000 Subject: Install this setgid games, not setuid games. Respect CC and CFLAGS. Split the patches into one file per patch, per the porters handbook. Bump PORTREVISION to not setuid->setgid change. --- games/ladder/files/patch-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 games/ladder/files/patch-ac (limited to 'games/ladder/files/patch-ac') diff --git a/games/ladder/files/patch-ac b/games/ladder/files/patch-ac new file mode 100644 index 000000000000..3dfe7265028e --- /dev/null +++ b/games/ladder/files/patch-ac @@ -0,0 +1,11 @@ +--- ladder.c.org Mon Oct 27 00:07:23 1997 ++++ ladder.c Wed Feb 18 22:33:55 1998 +@@ -14,7 +14,7 @@ + char *d = t; + int i; + +- for( ; *s; *s++ ) ++ for( ; *s; s++ ) + if( *s & 0200 ) + for( i = 210 - (unsigned char)*s; i; i-- ) + *d++ = ' '; -- cgit v1.2.3