From e815d64068fb660ac62ba6ce279a301796aa42cd Mon Sep 17 00:00:00 2001 From: linimon Date: Sun, 28 Oct 2018 11:23:17 +0000 Subject: Fix build with GCC-based architectures. PR: 232010 Submitted by: Piotr Kubaj --- astro/starplot/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/astro/starplot/Makefile b/astro/starplot/Makefile index 627cfb881e7c..9c82489e24e2 100644 --- a/astro/starplot/Makefile +++ b/astro/starplot/Makefile @@ -12,11 +12,10 @@ COMMENT= 3-dimensional viewer for star charts OPTIONS_DEFINE= DOCS EXAMPLES -USES= gmake pathfix gettext pkgconfig +USES= compiler:c++11-lang gmake gnome localbase:ldflags pathfix \ + gettext pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ -- cgit