summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-01 20:19:43 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-09-01 20:19:43 +0800
commitd9b98ec6c5e9d1a2dc0184d46808f87f91e2493e (patch)
treecd93c9de2c093e08c60c76223f188335436ab8c4
parent8ca60517e589539aa3a7c74c363bc2cf67f4176b (diff)
downloadxorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.tar
xorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.tar.gz
xorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.tar.bz2
xorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.tar.lz
xorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.tar.xz
xorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.tar.zst
xorg-devel-ports-d9b98ec6c5e9d1a2dc0184d46808f87f91e2493e.zip
New xorg should work with sparc as well.
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1121 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--Mk/bsd.port.mk5
1 files changed, 1 insertions, 4 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk
index c0ea0e6..637eb67 100644
--- a/Mk/bsd.port.mk
+++ b/Mk/bsd.port.mk
@@ -1193,10 +1193,8 @@ WITH_PKGNG?= yes
.endif
# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless
-# WITHOUT_NEW_XORG is set. There has been reports of new xorg not working
-# properly on sparc64, so exclude sparc64 for now.
+# WITHOUT_NEW_XORG is set.
# XXX - This version should switch to whatever version newcons gets.
-.if ${ARCH} != "sparc64"
.if ${OSVERSION} >= 1000051
.if !defined(WITHOUT_NEW_XORG)
WITH_NEW_XORG?= yes
@@ -1204,7 +1202,6 @@ WITH_NEW_XORG?= yes
.undef WITH_NEW_XORG
.endif
.endif
-.endif
# Only define tools here (for transition period with between pkg tools)
.include "${PORTSDIR}/Mk/bsd.commands.mk"