svn commit: r498522 - head/comms/klog

Diane Bruce db at FreeBSD.org
Tue Apr 9 23:52:30 UTC 2019


Author: db
Date: Tue Apr  9 23:52:29 2019
New Revision: 498522
URL: https://svnweb.freebsd.org/changeset/ports/498522

Log:
  Add USES=compiler:c++11-lang to fix build on GCC architectures.
  Tested on powerpc64 and amd64. pkubaj at anongoth.pl
  Add missing USES=gl as detected by poudriere db@
  
  PR:		ports/237139
  Submitted by:	pkubaj at anongoth.pl

Modified:
  head/comms/klog/Makefile

Modified: head/comms/klog/Makefile
==============================================================================
--- head/comms/klog/Makefile	Tue Apr  9 21:47:34 2019	(r498521)
+++ head/comms/klog/Makefile	Tue Apr  9 23:52:29 2019	(r498522)
@@ -12,7 +12,8 @@ COMMENT=	Simple Qt-based amateur radio logger
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		qmake qt:5
+USES=		compiler:c++11-lang gl qmake qt:5
+USE_GL=		glu
 USE_QT=		buildtools_build core gui linguisttools_build multimedia network \
 		printsupport sql sql-sqlite3_run widgets
 DESKTOP_ENTRIES=	"KLog" "Simple Amateur Radio Logging Program" \


More information about the svn-ports-head mailing list