--- /var/abs/community/dmd/PKGBUILD 2013-04-27 01:06:17.000000000 +0300 +++ PKGBUILD 2013-04-27 11:29:58.632590778 +0300 @@ -26,13 +26,13 @@ echo "$pkgver" > VERSION # Fix specific release bug of 2.062 cd dmd - make -f posix.mak MODEL=$_archbits + make -f posix.mak PIC=true MODEL=$_archbits cd ../druntime - make -f posix.mak MODEL=$_archbits DMD=../dmd/dmd + make -f posix.mak PIC=true MODEL=$_archbits DMD=../dmd/dmd cd ../phobos - make -f posix.mak MODEL=$_archbits DMD=../dmd/dmd + make -f posix.mak PIC=true MODEL=$_archbits DMD=../dmd/dmd # Building rdmd ourselves breaks in dmd 2.059 #cd $srcdir/D-Programming-Language-tools-*