Date: Sun, 28 Oct 2018 11:23:18 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483278 - head/astro/starplot Message-ID: <201810281123.w9SBNIKf096985@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Sun Oct 28 11:23:17 2018 New Revision: 483278 URL: https://svnweb.freebsd.org/changeset/ports/483278 Log: Fix build with GCC-based architectures. PR: 232010 Submitted by: Piotr Kubaj Modified: head/astro/starplot/Makefile Modified: head/astro/starplot/Makefile ============================================================================== --- head/astro/starplot/Makefile Sun Oct 28 11:21:16 2018 (r483277) +++ head/astro/starplot/Makefile Sun Oct 28 11:23:17 2018 (r483278) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810281123.w9SBNIKf096985>