diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-20 12:02:33 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-05-20 12:02:33 +0000 |
commit | 07bc8a61b6fa02061b097c28fd896abae5f92461 (patch) | |
tree | d78db4e0bd81d625db2dec7772e7c0ddffed5dc2 /graphics/xv | |
parent | c0c607c38c772ad586d7d2289353c166c4e6e9ba (diff) | |
download | ports-07bc8a61b6fa02061b097c28fd896abae5f92461.tar.gz ports-07bc8a61b6fa02061b097c28fd896abae5f92461.zip |
Notes
Diffstat (limited to 'graphics/xv')
-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 |