summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-08-10 00:44:28 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-08-10 00:44:28 +0000
commite81bc4da0bb1c515126a3ad1ecc3457635aff19b (patch)
treea2c0ed3a84f01caf7859e87643f5b1b9c2341583 /x11
parentMove pine in the right place -- addport isn't too intelligent at (diff)
Apply the gcc bug workaround to 4.* and 5.* instead of 4.0.0 and 5.0.0 --
apparently the bug is still here.
Notes
Notes: svn path=/head/; revision=31467
Diffstat (limited to 'x11')
-rw-r--r--x11/XFree86-4-libraries/files/patch-d2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-libraries/files/patch-d b/x11/XFree86-4-libraries/files/patch-d
index d890a8b7972d..6be66663dfb1 100644
--- a/x11/XFree86-4-libraries/files/patch-d
+++ b/x11/XFree86-4-libraries/files/patch-d
@@ -24,7 +24,7 @@
+ * (and FreeBSD 5.0-current in early 2000)
*/
-#if OSMajorVersion == 4 && OSMinorVersion == 0 && OSTeenyVersion == 0
-+#if (OSMajorVersion == 4 || OSMajorVersion == 5) && OSMinorVersion == 0 && OSTeenyVersion == 0
++#if (OSMajorVersion == 4 || OSMajorVersion == 5)
#define FreeBSDGccOptBug
#endif