diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-17 21:09:19 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2001-05-17 21:09:19 +0000 |
commit | 012ab0ea4fd0d99d1c965878fa7bbf6b3f54c87e (patch) | |
tree | 9c763749f0d821b3b1ba0a9c80753e4832b685b6 /devel/stlport/files/patch-cwchar | |
parent | - Update to 1.5.8c; (diff) |
Upgrade the STLport to version 4.0.
With help from: NetBSD, Tim Tretyak <timothy@umc.com.ua>
Notes
Notes:
svn path=/head/; revision=42687
Diffstat (limited to 'devel/stlport/files/patch-cwchar')
-rw-r--r-- | devel/stlport/files/patch-cwchar | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/devel/stlport/files/patch-cwchar b/devel/stlport/files/patch-cwchar new file mode 100644 index 000000000000..6ee27c9e40f9 --- /dev/null +++ b/devel/stlport/files/patch-cwchar @@ -0,0 +1,5 @@ +--- ../stlport/cwchar.orig Thu Jul 13 18:53:26 2000 ++++ ../stlport/cwchar Wed May 16 16:05:19 2001 +@@ -37 +37 @@ +-# elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__) ++# elif defined (__MRC__) || defined (__SC__) || defined (__BORLANDC__) || defined (__FreeBSD__) |