diff options
author | linimon <linimon@FreeBSD.org> | 2018-10-28 19:21:16 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-10-28 19:21:16 +0800 |
commit | cfbad234b8f0869ee0d5e6b208e86a45c5e245ad (patch) | |
tree | 324d293b33cacece08d2d00d29448989907a4f65 /astro | |
parent | 14a9f807b4a12d457ad7fd059f8a0ebd4171c38e (diff) | |
download | freebsd-ports-gnome-cfbad234b8f0869ee0d5e6b208e86a45c5e245ad.tar.gz freebsd-ports-gnome-cfbad234b8f0869ee0d5e6b208e86a45c5e245ad.tar.zst freebsd-ports-gnome-cfbad234b8f0869ee0d5e6b208e86a45c5e245ad.zip |
Fix build with GCC-based architectures.
PR: 231919
Submitted by: Piotr Kubaj
Approved by: maintainer
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsbabel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index b1bc4060fff0..8140736a74b1 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -19,10 +19,10 @@ USE_GITHUB= yes CONFLICTS= gpsbabel14-[0-9]* +USES= compiler:c++11-lang localbase qt:5 qt:5 USE_QT= core qmake_build GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-zlib=system -USES= localbase qt:5 qt:5 OPTIONS_DEFINE= GUI OPTIONS_SUB= yes |