svn commit: r483278 - head/astro/starplot

Mark Linimon linimon at FreeBSD.org
Sun Oct 28 11:23:18 UTC 2018


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 \


More information about the svn-ports-all mailing list