diff options
author | asami <asami@FreeBSD.org> | 1999-02-13 02:18:01 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-02-13 02:18:01 +0800 |
commit | 55c29284edc4037c5a2a5f97edd3a2db01cf6f16 (patch) | |
tree | 673fcdb3d5d60285bb934785c9f9cdd069d1af25 /x11-fm | |
parent | 90417a37d01d2c029b0fa56f4552803b5cd266a2 (diff) | |
download | freebsd-ports-gnome-55c29284edc4037c5a2a5f97edd3a2db01cf6f16.tar.gz freebsd-ports-gnome-55c29284edc4037c5a2a5f97edd3a2db01cf6f16.tar.zst freebsd-ports-gnome-55c29284edc4037c5a2a5f97edd3a2db01cf6f16.zip |
Oops, forgot this one.
PR: 9898
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gnomemc/files/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-fm/gnomemc/files/patch-ad b/x11-fm/gnomemc/files/patch-ad new file mode 100644 index 000000000000..1074809019fc --- /dev/null +++ b/x11-fm/gnomemc/files/patch-ad @@ -0,0 +1,11 @@ +--- gnome/gtools.c.orig Tue Feb 2 16:10:31 1999 ++++ gnome/gtools.c Tue Feb 2 16:10:41 1999 +@@ -4,7 +4,7 @@ + * Written by Miguel de Icaza + */ + #include <config.h> +-#include "myslang.h" ++#include "tty.h" + #include <gnome.h> + #include <gdk/gdkkeysyms.h> + #include <string.h> |