diff options
author | asami <asami@FreeBSD.org> | 2000-08-10 08:44:28 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-10 08:44:28 +0800 |
commit | 988c55f935b5da2f15c43231b4e22b580f29e852 (patch) | |
tree | 6565018f5cba28e5e168471272d9b267d5224043 /x11 | |
parent | 439594836ffd6b2e9d70f106f0586194d25d7af5 (diff) | |
download | freebsd-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-d | 2 |
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 |