aboutsummaryrefslogtreecommitdiff
path: root/graphics/dri
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2013-12-13 12:21:17 +0000
committerKoop Mast <kwm@FreeBSD.org>2013-12-13 12:21:17 +0000
commit448c1bfd6a5772035d8756b757c4a6fc81e835d8 (patch)
tree733bf9dcb1723e7ad8da71e220f12cf7a8054581 /graphics/dri
parent0b291389c74154bd3907a8b93594cb09325b8fc5 (diff)
downloadports-448c1bfd6a5772035d8756b757c4a6fc81e835d8.tar.gz
ports-448c1bfd6a5772035d8756b757c4a6fc81e835d8.zip
Notes
Diffstat (limited to 'graphics/dri')
-rw-r--r--graphics/dri/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile
index 122155f07216..c3fac34c19e6 100644
--- a/graphics/dri/Makefile
+++ b/graphics/dri/Makefile
@@ -31,10 +31,6 @@ USE_GCC=yes
. endif
.endif
-.if ${ARCH} == ia64
-#BROKEN= does not install on ia64
-.endif
-
ALL_DRI_DRIVERS=I915 I965 R200 RADEON SWRAST
.if !defined(WITH_NEW_XORG)
@@ -45,7 +41,7 @@ ALL_DRI_DRIVERS+=I810 MACH64 MGA R128 R300 R600 SAVAGE SIS TDFX UNICHROME
PLIST_SUB+= VERSION=${MESADISTVERSION}
-.if ${ARCH} == amd64 || ${ARCH} == i386
+.if ${ARCH} == amd64 || ${ARCH} == i386 || ${ARCH} == ia64
DRI_DRIVERS= ${ALL_DRI_DRIVERS}
.endif
@@ -62,7 +58,7 @@ PLIST_SUB+= GALLIUM=""
CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers
PLIST_SUB+= GALLIUM="@comment "
. endif
-. if ${ARCH} == powerpc || ${ARCH} == ia64
+. if ${ARCH} == powerpc
DRI_DRIVERS= RADEON SWRAST
. endif
. if ${ARCH} == sparc64