diff options
author | Will Andrews <will@FreeBSD.org> | 2002-03-16 23:40:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-03-16 23:40:19 +0000 |
commit | 92becb4baf7713b343d948a652f39579b35fcb52 (patch) | |
tree | e95fd7d2f39f40888e10b2d3afdb76e7196d0055 /x11/XFree86-4-libraries/files/patch-t01 | |
parent | XFree86 4.2.0 Stage 1: bsd.port.mk (diff) |
XFree86 4.2.0 Stage 2: XFree86-4-* miniport upgrades
[1] Upgrade to 4.2.0.
[2] Allow Wraphelp.c to be fetched by default, set HasXdmAuth=YES
by default.
Submitted by: [1] sf, taguchi@tohoku.iij.ad.jp
Approved by: [2] core
Notes
Notes:
svn path=/head/; revision=56229
Diffstat (limited to 'x11/XFree86-4-libraries/files/patch-t01')
-rw-r--r-- | x11/XFree86-4-libraries/files/patch-t01 | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-t01 b/x11/XFree86-4-libraries/files/patch-t01 index f65c915cbbff..dc971232b5fb 100644 --- a/x11/XFree86-4-libraries/files/patch-t01 +++ b/x11/XFree86-4-libraries/files/patch-t01 @@ -1,14 +1,5 @@ --- config/imake/imake.c.ORIG Mon Dec 18 14:54:34 2000 +++ config/imake/imake.c Mon Dec 18 14:55:25 2000 -@@ -399,7 +399,7 @@ - int - main(int argc, char *argv[]) - { -- FILE *tmpfd; -+ FILE *tmpfd = (FILE *)NULL; - char makeMacro[ BUFSIZ ]; - char makefileMacro[ BUFSIZ ]; - @@ -1208,6 +1208,19 @@ if (uname(&name) < 0) LogFatal("Cannot invoke uname", ""); |