diff --git a/share/man/man5/compilers.conf.5 b/share/man/man5/compilers.conf.5
index b709762..d268e68 100644
--- a/share/man/man5/compilers.conf.5
+++ b/share/man/man5/compilers.conf.5
@@ -96,7 +96,7 @@ To build world and kernel, use the following instructions:
 cd /usr/src
 fetch http://leaf.dragonflybsd.org/~swildner/world_clang.diff
 patch -p1 <world_clang.diff
-env WORLD_CCVER=clang make -DNO_GCC44 buildworld
+env WORLD_CCVER=clang make -DNO_GCC41 buildworld
 env WORLD_CCVER=clang make buildkernel KERNCONF=MYCONF
 .Ed
 .Pp

