svn commit: r385095 - branches/2015Q2/math/fityk
Jan Beich
jbeich at FreeBSD.org
Fri May 1 09:32:03 UTC 2015
Author: jbeich
Date: Fri May 1 09:32:02 2015
New Revision: 385095
URL: https://svnweb.freebsd.org/changeset/ports/385095
Log:
MFH: r385070 (partial)
math/fityk: unbreak build on 8.x/9.x (libstdc++ 4.2+)
Use same compiler as www/webkit-gtk2 and x11-toolkits/wxgtk30 to avoid
/usr/local/lib/libwebkitgtk-1.0.so.0: undefined reference to `std::condition_variable::wait(std::unique_lock<std::mutex>&)@GLIBCXX_3.4.11'
/usr/local/lib/libwx_baseu-3.0.so: undefined reference to `std::ctype<char>::_M_widen_init() const at GLIBCXX_3.4.11'
/usr/local/lib/libjavascriptcoregtk-1.0.so.0: undefined reference to `std::chrono::_V2::system_clock::now()@GLIBCXX_3.4.19'
/usr/local/lib/libwx_baseu-3.0.so: undefined reference to `typeinfo for __cxxabiv1::__forced_unwind at CXXABI_1.3.2'
Reported by: pkg-fallout
Approved by: portmgr blanket
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q2/math/fityk/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/math/fityk/Makefile
==============================================================================
--- branches/2015Q2/math/fityk/Makefile Fri May 1 08:54:25 2015 (r385094)
+++ branches/2015Q2/math/fityk/Makefile Fri May 1 09:32:02 2015 (r385095)
@@ -19,7 +19,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/boos
gnuplot:${PORTSDIR}/math/gnuplot
RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot
-USES= desktop-file-utils gmake libtool shared-mime-info tar:bzip2
+USES= compiler:c++11-lib desktop-file-utils gmake libtool \
+ shared-mime-info tar:bzip2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
LDFLAGS+= -lbz2 -lz
USE_GITHUB= yes
More information about the svn-ports-all
mailing list