https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=204858
--- Comment #8 from commit-h...@freebsd.org --- A commit references this bug: Author: rakuco Date: Sun Nov 29 19:27:44 UTC 2015 New revision: 402617 URL: https://svnweb.freebsd.org/changeset/ports/402617 Log: MFH: r402530 r402545 Add upstream patch to fix the build with clang + ALSA option. Extend the compiler check so that the code is built with -std=c99, which is required by the ALSA headers. Bump PORTREVISION because this also changes the build flags for GCC users. PR: 204858 Fix the ALSA=OFF build after r402530. Both extrapatch-no_alsa and patch-git_d6927712 touch the same region of CMakeLists.txt, and the latter was failing to apply when the ALSA option was disabled. Fix it by keeping patch-git_d6927712 (which fixes the CFLAGS values regardless of the value of the ALSA option) and replacing extrapatch-no_alsa with some post-patch/post-configure changes that achieve the same end result. PR: 204858 Approved by: ports-secteam (feld) Changes: _U branches/2015Q4/ branches/2015Q4/audio/libkcompactdisc/Makefile branches/2015Q4/audio/libkcompactdisc/files/extrapatch-no_alsa branches/2015Q4/audio/libkcompactdisc/files/patch-git_d6927712 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ kde-freebsd mailing list kde-freebsd@kde.org https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information