mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
fix build when libical is enabled
Submitted By: Ron MacNeil <macro@hotmail.com> PR: 155339
This commit is contained in:
parent
3766541121
commit
bd46784f9e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=270418
@ -44,6 +44,11 @@ CONFIGURE_ARGS+=--with-bdb4=no
|
||||
|
||||
.if defined(WITH_ICAL)
|
||||
LIB_DEPENDS+= ical.44:${PORTSDIR}/devel/libical
|
||||
CONFIGURE_ENV+= CFLAGS="${CLFAGS} -I${LOCALBASE}/include/libical"
|
||||
PLIST_SUB+= WITH_ICAL="@comment "
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-libical
|
||||
PLIST_SUB+= WITH_ICAL=""
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user