- use USE_GNUSTEP_CONFIGURE

this fixes build with base gcc
This commit is contained in:
Dirk Meyer 2011-04-16 05:10:55 +00:00
parent 13cf4109ab
commit bdc09653a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=272784

View File

@ -19,10 +19,15 @@ LIB_DEPENDS+= ical:${PORTSDIR}/devel/libical
LICENSE= GPLv2
USE_GNUSTEP= yes
USE_GNUSTEP_CONFIGURE= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
pre-configure:
${REINPLACE_CMD} -e 's|SimpleAgenda|SimpleAgenda.m|' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's|-luuid||' ${WRKSRC}/GNUmakefile.preamble