diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 18:56:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-11 18:56:40 +0000 |
commit | bf23aa58d97dab8651ea632344e3a8003566e234 (patch) | |
tree | 1ee49bcc995bf0f9e3570ef6d7a315baf2b4c4bb /irc/unreal/files/patch-s_conf.c | |
parent | As several folks have pointed out, this version of the gdk_pixbuf (diff) |
- Update to 3.2.3
PR: ports/79429
Submitted by: Gerrit Beine <tux@pinguru.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=133060
Diffstat (limited to 'irc/unreal/files/patch-s_conf.c')
-rw-r--r-- | irc/unreal/files/patch-s_conf.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/irc/unreal/files/patch-s_conf.c b/irc/unreal/files/patch-s_conf.c new file mode 100644 index 000000000000..373b1dec30a1 --- /dev/null +++ b/irc/unreal/files/patch-s_conf.c @@ -0,0 +1,11 @@ +--- src/s_conf.c Mon Mar 21 09:10:42 2005 ++++ src/s_conf.c Mon Mar 21 09:15:09 2005 +@@ -8609,7 +8609,7 @@ + { + char *urlfile = url_getfilename(url); + char *file = unreal_getfilename(urlfile); +- char *tmp = unreal_mktemp("tmp", file); ++ char *tmp = unreal_mktemp("%%RUNDIR%%/tmp", file); + unreal_copyfileex(inc->file, tmp, 1); + add_remote_include(tmp, url, 0, NULL); + free(urlfile); |