diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-21 19:00:48 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2000-12-21 19:00:48 +0000 |
commit | 7a9b9cd9b928b10528d61b82643527cedc403f34 (patch) | |
tree | e432203dc25217f851f169b302edea5fc3b9c03d /games/xevil/files/patch-ab | |
parent | Fennerism. Chase the renaming of the distfile. (diff) |
Upgrade to version 2.02 and change maintainer.
PR: ports/23533
Submitted by: Göran Runfeldt <goranrunfeldt@home.se>
Notes
Notes:
svn path=/head/; revision=36202
Diffstat (limited to 'games/xevil/files/patch-ab')
-rw-r--r-- | games/xevil/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xevil/files/patch-ab b/games/xevil/files/patch-ab new file mode 100644 index 000000000000..4afdb165a17d --- /dev/null +++ b/games/xevil/files/patch-ab @@ -0,0 +1,11 @@ +--- x11/ui.cpp~ Wed Jan 19 12:54:14 2000 ++++ x11/ui.cpp Thu Dec 21 19:41:38 2000 +@@ -1322,7 +1322,7 @@ + + // Get font. Use user-specified font if given. + // regular size font. +- char *theFont = fontName ? fontName : DEFAULT_FONT_NAME; ++ const char *theFont = fontName ? fontName : DEFAULT_FONT_NAME; + xvars.font[xvars.dpyMax] = + XLoadQueryFont(xvars.dpy[xvars.dpyMax],theFont); + if (!xvars.font[xvars.dpyMax]) { |