diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-25 10:35:22 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-25 10:35:22 +0000 |
commit | 036dd8c105cb7f94338b4e5d80f68f6e2f33b49d (patch) | |
tree | 6204e84f9bdea3944eb76a398968a1cfcd18bec6 /devel/imake-4/files/patch-d | |
parent | Upgrade the upgrade kits to include /etc/mtree/BSD.x11-4.dist. Bump versions (diff) |
Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs. Other miscellaneous bug fixes.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=31962
Diffstat (limited to 'devel/imake-4/files/patch-d')
-rw-r--r-- | devel/imake-4/files/patch-d | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/devel/imake-4/files/patch-d b/devel/imake-4/files/patch-d index 3cbdc25d510c..cd1d11320f68 100644 --- a/devel/imake-4/files/patch-d +++ b/devel/imake-4/files/patch-d @@ -1,6 +1,6 @@ ---- cf/FreeBSD.cf.orig Thu Feb 17 18:09:43 2000 -+++ cf/FreeBSD.cf Sat Mar 18 19:42:06 2000 -@@ -336,14 +336,14 @@ +--- cf/FreeBSD.cf.orig Sun Jun 25 03:15:53 2000 ++++ cf/FreeBSD.cf Sun Jul 16 18:22:14 2000 +@@ -356,14 +356,14 @@ /* The GCC strength-reduce bug is fixed for FreeBSD 2.1.5 and later */ #ifndef DefaultGcc2i386Opt #if OSMajorVersion > 2 || (OSMajorVersion == 2 && OSMinorVersion > 1) || (OSMajorVersion == 2 && OSMinorVersion == 1 && OSTeenyVersion >= 5) @@ -17,14 +17,3 @@ #endif #ifndef PreIncDir -@@ -463,8 +463,9 @@ - /* - * A hack to work around an optimisation problem with the compiler on - * FreeBSD 4.0-current in late 1999/early 2000. -+ * (and FreeBSD 5.0-current in early 2000) - */ --#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0 -+#if (OSMajorVersion == 4 || OSMajorVersion == 5) && OSMinorVersion == 0 && OSTeenyVersion == 0 - #define FreeBSDGccOptBug - #endif - |