From bdc09653a91fdc644ccfd4f90d731e031158644f Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 16 Apr 2011 05:10:55 +0000 Subject: [PATCH] - use USE_GNUSTEP_CONFIGURE this fixes build with base gcc --- deskutils/simpleagenda/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile index a7701edad415..6ee4f8fd1e63 100644 --- a/deskutils/simpleagenda/Makefile +++ b/deskutils/simpleagenda/Makefile @@ -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