diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-05-20 20:02:33 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-05-20 20:02:33 +0800 |
commit | ffc88984b2f99d435ffc9a3b5bc89948a1356045 (patch) | |
tree | 1173f6f518428bdcd2a31aadf2bf91ba682b5fdd /graphics/xv/files | |
parent | 54e32a55df8d48a30d335ff7d815a833eabf5c00 (diff) | |
download | freebsd-ports-gnome-ffc88984b2f99d435ffc9a3b5bc89948a1356045.tar.gz freebsd-ports-gnome-ffc88984b2f99d435ffc9a3b5bc89948a1356045.tar.zst freebsd-ports-gnome-ffc88984b2f99d435ffc9a3b5bc89948a1356045.zip |
- fix build of xv-m17n
Diffstat (limited to 'graphics/xv/files')
-rw-r--r-- | graphics/xv/files/patch-xvtext.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xv/files/patch-xvtext.c b/graphics/xv/files/patch-xvtext.c new file mode 100644 index 000000000000..a0218d2791a0 --- /dev/null +++ b/graphics/xv/files/patch-xvtext.c @@ -0,0 +1,11 @@ +--- xvtext.c.orig 2009-05-20 13:18:36.000000000 +0200 ++++ xvtext.c 2009-05-20 13:22:45.000000000 +0200 +@@ -181,7 +181,7 @@ + #endif + #ifdef TV_MULTILINGUAL + static void setCodingSpec PARM((TVINFO *, struct coding_spec *)); +-static void createCsWins PARM((char *)); ++static void createCsWins PARM((const char *)); + static void openCsWin PARM((TVINFO *)); + static void closeCsWin PARM((TVINFO *)); + #endif |