freebsd-ports/graphics/graphopt/Makefile
Tobias Kortkamp f916caf51b graphics/graphopt: Fix build with Clang 6
./physics.h:37:22: error: in-class initializer for static data member of type 'const float' requires 'constexpr' specifier [-Wstatic-float-init]
  static const float COULOMBS_CONSTANT = 8987500000.0;
                     ^                   ~~~~~~~~~~~~

http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/graphopt-0.4.1_8.log
2018-09-02 11:10:06 +00:00

23 lines
424 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= graphopt
PORTVERSION= 0.4.1
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Graph layout optimizer
LICENSE= GPLv2+
USES= gnome
USE_CXXSTD= c++98
USE_GNOME= gtk12
GNU_CONFIGURE= yes
DESKTOP_ENTRIES="GraphOpt" "" "" "${PORTNAME}" "Graphics;GTK;" ""
.include <bsd.port.mk>