1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build in 10+

Remove useless CPPFLAGS
This commit is contained in:
Baptiste Daroussin 2014-12-23 22:47:39 +00:00
parent 0193f43f06
commit 8be7526a0c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375361

View File

@ -3,7 +3,7 @@
PORTNAME= xtide
PORTVERSION= 2.13.2
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= astro geography
MASTER_SITES= http://www.c-s.li/ports/ \
ftp://ftp.flaterco.com/xtide/
@ -17,13 +17,12 @@ COMMENT= Harmonic tide clock and tide predictor
LICENSE= GPLv3
LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png
USES= gmake tar:bzip2
USES= gmake tar:bzip2 compiler:gcc-c++11-lib
GNU_CONFIGURE= yes
USE_GCC= yes
CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations
CPPFLAGS+= -I../${TCD_DISTNAME}
LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib
TCD_DISTNAME= libtcd-2.2.5