diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-06-08 10:42:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-06-08 10:42:32 +0000 |
commit | 3103ffad6eedf79f4856cd8255e7b7cca818ed00 (patch) | |
tree | 0df8d4e0aef5aac8409de46d8dd3785b2184a606 /x11/XFree86-4-documents/files/patch-02 | |
parent | Update to 1.1 version. Also make it respect CFLAGS while I'm here. (diff) |
Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by: taguchi@tohoku.iij.ad.jp
Approved (in spirit) by: jmz (XFree86 port maintainer)
Notes
Notes:
svn path=/head/; revision=29389
Diffstat (limited to 'x11/XFree86-4-documents/files/patch-02')
-rw-r--r-- | x11/XFree86-4-documents/files/patch-02 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/XFree86-4-documents/files/patch-02 b/x11/XFree86-4-documents/files/patch-02 new file mode 100644 index 000000000000..82caed5ec87e --- /dev/null +++ b/x11/XFree86-4-documents/files/patch-02 @@ -0,0 +1,11 @@ +--- misc/INSTALL.ms.orig Mon Oct 5 12:54:10 1998 ++++ misc/INSTALL.ms Wed May 10 15:54:53 2000 +@@ -580,7 +580,7 @@ + + On NT, make certain your Path, Include, and Lib environment variables + are set accordingly. For example here we use the command line compiler +-in VC++ 4.0 Standard Edition, which is installed in C:\MSDEVSTD. To ++in VC++ 4.0 Standard Edition, which is installed in C:\\MSDEVSTD. To + setup the environment type: + .ID + > set Path=\fIold-path\fP;C:\\MSDEVSTD\\bin;C:\\\fIpath-to-RmTreeCmd\fP |