Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2021 02:33:48 +0000 (UTC)
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r561422 - head/audio/xmradio
Message-ID:  <202101130233.10D2XmuC093366@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pkubaj
Date: Wed Jan 13 02:33:48 2021
New Revision: 561422
URL: https://svnweb.freebsd.org/changeset/ports/561422

Log:
  audio/xmradio: enable on powerpc64
  
  MFH:		2021Q1

Modified:
  head/audio/xmradio/Makefile

Modified: head/audio/xmradio/Makefile
==============================================================================
--- head/audio/xmradio/Makefile	Wed Jan 13 02:17:27 2021	(r561421)
+++ head/audio/xmradio/Makefile	Wed Jan 13 02:33:48 2021	(r561422)
@@ -15,7 +15,7 @@ LICENSE=	BSD2CLAUSE
 .if !exists(/usr/include/dev/bktr/ioctl_bt848.h)
 IGNORE=		needs bktr(4) which is no longer available on your FreeBSD version
 .endif
-ONLY_FOR_ARCHS=	i386 amd64
+ONLY_FOR_ARCHS=	i386 amd64 powerpc64
 
 USES=		imake motif xorg
 USE_XORG=	ice sm x11 xext xmu xpm xt



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101130233.10D2XmuC093366>