diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-03 03:40:59 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-03 03:40:59 +0800 |
commit | edd23caad62cad4354b32a0e756d29ef60725624 (patch) | |
tree | 6ebaf5829c72142d3a5c3a96a70bb72c787b49e2 /ftp | |
parent | 77eaac3a343f786eb4d8e8ba21123411d8862b3d (diff) | |
download | freebsd-ports-gnome-edd23caad62cad4354b32a0e756d29ef60725624.tar.gz freebsd-ports-gnome-edd23caad62cad4354b32a0e756d29ef60725624.tar.zst freebsd-ports-gnome-edd23caad62cad4354b32a0e756d29ef60725624.zip |
Adjust USES to fix building on gcc-based archs (in particular, powerpc64).
On the clang architectures, these changes have no effect: the baser
compiler already includes the needed features.
While here, remove now-redundant CXXFLAGS statements and pet portlint
(no other content change).
Tested on both powerpc64 and amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/curlpp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ftp/curlpp/Makefile b/ftp/curlpp/Makefile index 224f744aeac4..021190a8b50e 100644 --- a/ftp/curlpp/Makefile +++ b/ftp/curlpp/Makefile @@ -12,14 +12,12 @@ COMMENT= C++ wrapper for libcurl LICENSE= MIT LICENSE_FILE= ${WRKSRC}/doc/LICENSE -BROKEN_powerpc64= fails to configure: error: A compiler with support for C++11 language features is required - LIB_DEPENDS= libcurl.so:ftp/curl OPTIONS_DEFINE= DOCS EXAMPLES +USES= compiler:c++11-lang cmake localbase pathfix USE_LDCONFIG= yes -USES= cmake localbase pathfix PORTDOCS= * PORTEXAMPLES= * |