Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jan 2014 14:51:07 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340829 - head/audio/festalon
Message-ID:  <201401231451.s0NEp7NH080687@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Thu Jan 23 14:51:06 2014
New Revision: 340829
URL: http://svnweb.freebsd.org/changeset/ports/340829
QAT: https://qat.redports.org/buildarchive/r340829/

Log:
  audio/xmms-festalon and audio/festalon now build on 10.x amd64

Modified:
  head/audio/festalon/Makefile

Modified: head/audio/festalon/Makefile
==============================================================================
--- head/audio/festalon/Makefile	Thu Jan 23 14:32:34 2014	(r340828)
+++ head/audio/festalon/Makefile	Thu Jan 23 14:51:06 2014	(r340829)
@@ -28,8 +28,8 @@ OPTIONS_DEFINE=	DOCS
 
 .include <bsd.port.options.mk>
 
-.if ${OSVERSION} >= 1000000
-BROKEN=		does not build on FreeBSD 10.x and later
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1000000
+BROKEN_i386=	does not build on i386 FreeBSD 10.x and later
 .endif
 
 .if ${PKGNAMEPREFIX} == ""



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