diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-10 00:44:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-10 00:44:28 +0000 |
commit | e81bc4da0bb1c515126a3ad1ecc3457635aff19b (patch) | |
tree | a2c0ed3a84f01caf7859e87643f5b1b9c2341583 /x11 | |
parent | Move 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-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 |