Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 May 2016 04:33:01 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209249] www/squid-devel: build fails on FreeBSD 9
Message-ID:  <bug-209249-13-DkOmlE1oyO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-209249-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-209249-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209249

--- Comment #1 from timp87@gmail.com ---
Turns out, we need not only C++11 compiler, but also C++11 libs.
Hope this small change will help

% diff -u Makefile.orig Makefile
--- Makefile.orig       2016-05-03 12:44:42.346609000 +0300
+++ Makefile    2016-05-03 12:44:54.046582000 +0300
@@ -28,7 +28,7 @@

 CONFLICTS=3D     squid*-3.*

-USES=3D          compiler:c++11-lang cpe perl5 shebangfix tar:xz
+USES=3D          compiler:c++11-lib cpe perl5 shebangfix tar:xz
 CPE_VENDOR=3D    squid-cache
 SHEBANG_FILES=3D scripts/*.pl contrib/*.pl tools/*.pl
 GNU_CONFIGURE=3D yes


Testing in poudriere

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209249-13-DkOmlE1oyO>