From 01b2ec9de906c24bed54ab87d3684854739e5f33 Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Fri, 31 Jan 2014 20:49:18 +0000 Subject: Make sure DIR_DRIVERS is always defined. This is needed because arm/mips don't have any drivers defined which results in make errors. PR: ports/182875 [1] Submitted by: Anton Shterenlikht [1], mat@ --- graphics/dri/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'graphics') diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index c3fac34c19e6..6aeb5041382f 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -72,6 +72,9 @@ DRI_DRIVERS= MACH64 RADEON SWRAST . endif .endif # defined(WITH_NEW_XORG) +# empty for unsupported arches +DIR_DRIVERS+= + .for _d in ${ALL_DRI_DRIVERS} .if ${DRI_DRIVERS:M${_d}} PLIST_SUB+= ${_d}_DRIVER="" -- cgit