diff --git a/srcpkgs/xorg-server/patches/autoconfig-ati.patch b/srcpkgs/xorg-server/patches/autoconfig-ati.patch index 8ac8a31f257..d2b931bc60d 100644 --- a/srcpkgs/xorg-server/patches/autoconfig-ati.patch +++ b/srcpkgs/xorg-server/patches/autoconfig-ati.patch @@ -10,7 +10,7 @@ Prefer the AMD Catalyst "fglrx" driver if found. + { + int idx = 0; + -+ driverList[idx++] = "fglrx" ++ driverList[idx++] = "fglrx"; + driverList[idx++] = "ati"; break; + }