diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-16 05:10:55 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2011-04-16 05:10:55 +0000 |
commit | bdc09653a91fdc644ccfd4f90d731e031158644f (patch) | |
tree | 6f39e4f9283c301fc681063f4dcc98aeb4f96411 /deskutils/simpleagenda/Makefile | |
parent | - Update to 1.88 (diff) |
- use USE_GNUSTEP_CONFIGURE
this fixes build with base gcc
Diffstat (limited to 'deskutils/simpleagenda/Makefile')
-rw-r--r-- | deskutils/simpleagenda/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
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 |