diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-02-08 20:50:39 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2015-02-08 20:50:39 +0000 |
commit | ec3490597599051e4bd0db7caf937d8c08a7fd4d (patch) | |
tree | def47f710e7c1404a7e0bcf4ac72144ad5f57fcc /x11-fm/worker | |
parent | No more release will be done for Tiny Tiny RSS, it switched to a rolling (diff) |
x11-fm/worker: Fix USE_GCC
Rather than marking specific version of GCC in USE_GCC switching to yes
as it satisfies the requirement of 4.6+.
Submitted by: gerald
Approved by: bapt marino (implicit)
Notes
Notes:
svn path=/head/; revision=378683
Diffstat (limited to 'x11-fm/worker')
-rw-r--r-- | x11-fm/worker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/worker/Makefile b/x11-fm/worker/Makefile index c15790435829..6c00df58c46a 100644 --- a/x11-fm/worker/Makefile +++ b/x11-fm/worker/Makefile @@ -30,7 +30,7 @@ XFT_USE= XORG=xft .include <bsd.port.pre.mk> .if ${OSVERSION} < 1000024 -USE_GCC= 4.6+ +USE_GCC= yes .else CONFIGURE_ARGS+= --disable-cxx-check CXXFLAGS+= -std=c++11 |