ports/shells/heirloom-sh/files/patch-defs.h
Hiroki Sato ddfcd88398
shells/heirloom-sh: Change the installation directory
- Use ${PREFIX}/heirloom as the installation directory
- Add LICENSE
- Use the standard do-install target
- Take maintainership
2023-01-13 18:03:55 +09:00

12 lines
215 B
C

--- defs.h.orig 2005-07-03 19:25:46 UTC
+++ defs.h
@@ -148,7 +148,7 @@ extern "C" {
#define ENDARGS 0
/* enable shell accounting */
-#define ACCT
+/* #define ACCT */
#include <unistd.h>
#include "mac.h"