summaryrefslogtreecommitdiff
path: root/deskutils/simpleagenda
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-04-16 05:10:55 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-04-16 05:10:55 +0000
commitbdc09653a91fdc644ccfd4f90d731e031158644f (patch)
tree6f39e4f9283c301fc681063f4dcc98aeb4f96411 /deskutils/simpleagenda
parent- Update to 1.88 (diff)
- use USE_GNUSTEP_CONFIGURE
this fixes build with base gcc
Notes
Notes: svn path=/head/; revision=272784
Diffstat (limited to 'deskutils/simpleagenda')
-rw-r--r--deskutils/simpleagenda/Makefile5
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