Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Nov 2018 07:56:57 +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: r485305 - head/audio/libopenmpt
Message-ID:  <201811190756.wAJ7uvCB067296@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Nov 19 07:56:57 2018
New Revision: 485305
URL: https://svnweb.freebsd.org/changeset/ports/485305

Log:
  Fix build with GCC-based architectures.
  
  PR:		233303
  Submitted by:	pkubaj@anongoth.pl

Modified:
  head/audio/libopenmpt/Makefile

Modified: head/audio/libopenmpt/Makefile
==============================================================================
--- head/audio/libopenmpt/Makefile	Mon Nov 19 07:52:33 2018	(r485304)
+++ head/audio/libopenmpt/Makefile	Mon Nov 19 07:56:57 2018	(r485305)
@@ -14,7 +14,7 @@ COMMENT=	Module music library based on OpenMPT
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		gmake libtool pkgconfig
+USES=		compiler:c++11-lang gmake libtool pkgconfig
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes



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