diff options
author | linimon <linimon@FreeBSD.org> | 2018-06-19 03:03:03 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-06-19 03:03:03 +0800 |
commit | 5c0f7ada8e3d6c1b470a20e24a47960fd0988601 (patch) | |
tree | 20084cf51a5b5184ffa5936e187493c28432f160 /devel/libftdi1 | |
parent | 8b85b79f4b8861323823e3e6f5c0c668f44b418c (diff) | |
download | freebsd-ports-gnome-5c0f7ada8e3d6c1b470a20e24a47960fd0988601.tar.gz freebsd-ports-gnome-5c0f7ada8e3d6c1b470a20e24a47960fd0988601.tar.zst freebsd-ports-gnome-5c0f7ada8e3d6c1b470a20e24a47960fd0988601.zip |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'devel/libftdi1')
-rw-r--r-- | devel/libftdi1/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libftdi1/Makefile b/devel/libftdi1/Makefile index d0ca980dff48..a27fbed77805 100644 --- a/devel/libftdi1/Makefile +++ b/devel/libftdi1/Makefile @@ -11,6 +11,8 @@ COMMENT= Library (using libusb) to talk to FTDI chips LICENSE= GPLv2 +BROKEN_sparc64= Does not build: fails to link + LIB_DEPENDS= libconfuse.so:devel/libconfuse OPTIONS_DEFINE= PYTHON BOOST DOCS EXAMPLES @@ -20,9 +22,7 @@ OPTIONS_SUB= yes BOOST_DESC= Build with boost PYTHON_DESC= Build Python bindings -BROKEN_sparc64= Does not build: fails to link - -USES= cmake gettext-runtime pkgconfig tar:bzip2 +USES= cmake compiler:c++11-lang gettext-runtime pkgconfig tar:bzip2 USE_LDCONFIG= yes PORTDOCS= COPYING.LIB ChangeLog README |