diff options
author | mich <mich@FreeBSD.org> | 2006-12-20 01:32:25 +0800 |
---|---|---|
committer | mich <mich@FreeBSD.org> | 2006-12-20 01:32:25 +0800 |
commit | 97bca1d1bb3ad30939cce4008dc074baf24809d4 (patch) | |
tree | 221905292229fb010cce77c11a7824c87cdc84cc /sysutils | |
parent | 7136f280cf7e5e72481d23896e543198dc8877ed (diff) | |
download | freebsd-ports-gnome-97bca1d1bb3ad30939cce4008dc074baf24809d4.tar.gz freebsd-ports-gnome-97bca1d1bb3ad30939cce4008dc074baf24809d4.tar.zst freebsd-ports-gnome-97bca1d1bb3ad30939cce4008dc074baf24809d4.zip |
- fix compile with gcc4x
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ah-tty/files/patch-src_psh.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/ah-tty/files/patch-src_psh.h b/sysutils/ah-tty/files/patch-src_psh.h new file mode 100644 index 000000000000..23171d45718c --- /dev/null +++ b/sysutils/ah-tty/files/patch-src_psh.h @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- src/psh.h.orig ++++ src/psh.h +@@ -52,7 +52,6 @@ + the screen - BEL is a good example (only one yet:) */ + #define IGNORECHARS "\007" + +-extern WINDOW* ShellWin, *HelpWin; + extern PANEL* ShellPanel, *HelpPanel; + + /* function declarations */ |