diff options
author | reg <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-10-05 06:57:56 +0000 |
commit | cea38f8422a3eeac06b3ce4a5828580a5812d2cc (patch) | |
tree | 9703d7928f2f462fdf308bf7d14164f8f8459828 /x11/gnome-libs/files | |
parent | 4495def283d3b8c777e1eb5b958cedb25b1aa16b (diff) | |
download | FreeBSD-ports-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.zip FreeBSD-ports-cea38f8422a3eeac06b3ce4a5828580a5812d2cc.tar.gz |
Implement WANT_IMLIB and USE_IMLIB.
Diffstat (limited to 'x11/gnome-libs/files')
-rw-r--r-- | x11/gnome-libs/files/patch-bm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-libs/files/patch-bm b/x11/gnome-libs/files/patch-bm new file mode 100644 index 0000000..ab6caa8 --- /dev/null +++ b/x11/gnome-libs/files/patch-bm @@ -0,0 +1,11 @@ +--- zvt/vt.h.orig Sat Sep 9 01:33:07 2000 ++++ zvt/vt.h Sat Sep 9 01:35:18 2000 +@@ -23,7 +23,7 @@ + + #include <unistd.h> + +-#include "lists.h" ++#include <zvt/lists.h> + + /* for utf-8 input support */ + #define ZVT_UTF 1 |