diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 07:19:59 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-11 07:19:59 +0000 |
commit | c90d3c5b7e42ea9e594ee0746f572427ec178e5b (patch) | |
tree | bc6c5ae5a9f3a2894d4f667ce3d0163e95dd1236 /games/ladder/files/patch-aa | |
parent | Don't install ceptd setuid root: it's a daemon you run as root from (diff) |
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.
Notes
Notes:
svn path=/head/; revision=46066
Diffstat (limited to 'games/ladder/files/patch-aa')
-rw-r--r-- | games/ladder/files/patch-aa | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/games/ladder/files/patch-aa b/games/ladder/files/patch-aa index f6ee39682ddd..2b082bb7b9e6 100644 --- a/games/ladder/files/patch-aa +++ b/games/ladder/files/patch-aa @@ -9,11 +9,3 @@ mvaddstr(r,RM0,"Jump = Space Stop = Other"); r++; mvprintw(r,LM,"Play Speed: %d",speed + 1); ---- ladder.h.org Wed Feb 18 19:19:51 1998 -+++ ladder.h Wed Feb 18 19:26:29 1998 -@@ -1,4 +1,4 @@ --#include <ncurses/curses.h> -+#include <ncurses.h> - #include <stdio.h> - #include <stdlib.h> - #include <signal.h> |