Date: Sun, 25 Dec 2016 17:18:22 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 214608] databases/sqlite3: Improve CFLAGS and CPPFLAGS configuration Message-ID: <bug-214608-13-yyBa9opuxX@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-214608-13@https.bugs.freebsd.org/bugzilla/> References: <bug-214608-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=3D214608 --- Comment #9 from commit-hook@freebsd.org --- A commit references this bug: Author: rakuco Date: Sun Dec 25 17:17:36 UTC 2016 New revision: 429442 URL: https://svnweb.freebsd.org/changeset/ports/429442 Log: Improve the way CFLAGS and CPPFLAGS are set. ":?" is not supported by fmake from FreeBSD 9, so replace it with an expl= icit version check. The end result was still the desired one (-DHAVE_STRCHRNUL= =3D1 was not passed on FreeBSD 9). While here, also improve the version check by including DragonFly (which supports strchrnul(3) according to its online man page) and restricting t= he FreeBSD version check to the revision range after strchrnul(3) was added = to base. Also stop passing -Os when building in debug mode, and set UNICODE61_CPPF= LAGS to pet portlint. PR: 214608 Submitted by: Pavel Volkov <pavelivolkov@gmail.com> (maintainer) MFH: 2016Q4 Changes: head/databases/sqlite3/Makefile --=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-214608-13-yyBa9opuxX>