aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2014-02-01 05:01:57 +0800
committerkwm <kwm@FreeBSD.org>2014-02-01 05:01:57 +0800
commita3352d2285e7654facb60e5e4e67b63168ebc1b9 (patch)
treeaa7ce21c67d0aea2e11cd24499387d58d2ea87c9 /graphics
parent92c8a9e62f97fa5364803a0cbde53ff54caa271d (diff)
downloadfreebsd-ports-gnome-a3352d2285e7654facb60e5e4e67b63168ebc1b9.tar.gz
freebsd-ports-gnome-a3352d2285e7654facb60e5e4e67b63168ebc1b9.tar.zst
freebsd-ports-gnome-a3352d2285e7654facb60e5e4e67b63168ebc1b9.zip
On ia64 [2] and powerpc [1] only the radeon bits are build. Fix the plist
for this, while here add powerpc64 too [1]. PR: ports/184957 [1] ports/184967 [2] Submitted by: Andreas Tobler <andreast@FreeBSD.org> [1] Anton Shterenlikht <mexas@bris.ac.uk> [2]
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libdrm/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/libdrm/Makefile b/graphics/libdrm/Makefile
index 5df692add25e..648b0c380813 100644
--- a/graphics/libdrm/Makefile
+++ b/graphics/libdrm/Makefile
@@ -65,9 +65,12 @@ LIBDRM_REVISION=1
PLIST_SUB+= OLD="" NEW="@comment " NOUVEAU=""
.endif
-.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc"
+.if ${ARCH} == "amd64" || ${ARCH} == "i386"
PLIST_SUB+= INTEL_DRIVER=""
PLIST_SUB+= RADEON_DRIVERS=""
+.elif ${ARCH} == ia64 || ${ARCH} == powerpc || ${ARCH} == powerpc64
+PLIST_SUB+= INTEL_DRIVER="@comment "
+PLIST_SUB+= RADEON_DRIVERS=""
.else
PLIST_SUB+= INTEL_DRIVER="@comment "
PLIST_SUB+= RADEON_DRIVERS="@comment "