mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
04d6f52202
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some circumstances such as versions of FreeBSD or platforms). This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using using Mk/bsd.octave.mk which in turn has USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang, c++11-lang, c++0x, c11, or gcc-c++11-lib. PR: 216707
25 lines
521 B
Makefile
25 lines
521 B
Makefile
# Created by: Janni
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mercator
|
|
PORTVERSION= 0.3.3
|
|
PORTREVISION= 6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= SF/worldforge/Mercator%20%28terrain%20lib%29/${PORTVERSION}
|
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
COMMENT= Procedural terrain library
|
|
|
|
LIB_DEPENDS= libwfmath-1.0.so:math/wfmath
|
|
|
|
USES= libtool pathfix pkgconfig compiler:c++11-lib
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CXXFLAGS+= -include wchar.h
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|std::lround|lround|g' ${WRKSRC}/Mercator/iround.h
|
|
|
|
.include <bsd.port.mk>
|