svn commit: r485305 - head/audio/libopenmpt

Emanuel Haupt ehaupt at FreeBSD.org
Mon Nov 19 07:56:58 UTC 2018


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 at 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


More information about the svn-ports-all mailing list