1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Unbreak xtide, it still requires GCC

This commit is contained in:
Carlo Strub 2013-12-19 20:26:40 +00:00
parent 716f7cc99c
commit e7a8e6dbea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=336959

View File

@ -21,6 +21,7 @@ LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png
USE_BZIP2= yes USE_BZIP2= yes
USES= gmake USES= gmake
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_GCC= yes
CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations CPPFLAGS+= -I../${TCD_DISTNAME} -I${LOCALBASE}/include/libpng15 -Wno-deprecated-declarations
LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib LDFLAGS+= -L../${TCD_DISTNAME}/.libs -L${LOCALBASE}/lib