aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-08-10 08:44:28 +0800
committerasami <asami@FreeBSD.org>2000-08-10 08:44:28 +0800
commit988c55f935b5da2f15c43231b4e22b580f29e852 (patch)
tree6565018f5cba28e5e168471272d9b267d5224043 /x11
parent439594836ffd6b2e9d70f106f0586194d25d7af5 (diff)
downloadfreebsd-ports-gnome-988c55f935b5da2f15c43231b4e22b580f29e852.tar.gz
freebsd-ports-gnome-988c55f935b5da2f15c43231b4e22b580f29e852.tar.zst
freebsd-ports-gnome-988c55f935b5da2f15c43231b4e22b580f29e852.zip
Apply the gcc bug workaround to 4.* and 5.* instead of 4.0.0 and 5.0.0 --
apparently the bug is still here.
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