svn commit: r377030 - in branches/2015Q1/net-im/ktp-text-ui: . files
Antoine Brodin
antoine at FreeBSD.org
Wed Jan 14 18:02:57 UTC 2015
Author: antoine
Date: Wed Jan 14 18:02:56 2015
New Revision: 377030
URL: https://svnweb.freebsd.org/changeset/ports/377030
QAT: https://qat.redports.org/buildarchive/r377030/
Log:
MFH: r377011
Require a more recent compiler to avoid bugs with base GCC.
Instead of augmenting the existing patch in files/ to work around a bug with
base GCC that required a working copy constructor in an expression that
actually uses operator=(), just switch to a more modern compiler that does
not have this problem.
This fixes the build on 8.4 and 9.3.
Deleted:
branches/2015Q1/net-im/ktp-text-ui/files/
Modified:
branches/2015Q1/net-im/ktp-text-ui/Makefile
Directory Properties:
branches/2015Q1/ (props changed)
Modified: branches/2015Q1/net-im/ktp-text-ui/Makefile
==============================================================================
--- branches/2015Q1/net-im/ktp-text-ui/Makefile Wed Jan 14 18:00:25 2015 (r377029)
+++ branches/2015Q1/net-im/ktp-text-ui/Makefile Wed Jan 14 18:02:56 2015 (r377030)
@@ -18,7 +18,7 @@ RUN_DEPENDS= ${KDE4_PREFIX}/bin/ktp-cont
USE_KDE4= kdeprefix automoc4
USE_QT4= corelib webkit xml \
moc_build qmake_build rcc_build uic_build
-USES= cmake gettext tar:bzip2
+USES= cmake compiler:c++11-lang gettext tar:bzip2
USE_LDCONFIG= yes
.include <bsd.port.mk>
More information about the svn-ports-branches
mailing list