aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2010-05-24 09:52:48 +0000
committerKoop Mast <kwm@FreeBSD.org>2010-05-24 09:52:48 +0000
commit91ac05ab9a7019316c906c26aeb21ee708b2c884 (patch)
treebc6462bcbab4673d6253844e62fe9aaab81579cb
parentad72de978a0feda703c75bad4e5260744c2b5e36 (diff)
downloadports-91ac05ab9a7019316c906c26aeb21ee708b2c884.tar.gz
ports-91ac05ab9a7019316c906c26aeb21ee708b2c884.zip
Fix the build with libical 0.44.
Submitted by: pointyhat via pav, fix by maintainer
Notes
Notes: svn path=/head/; revision=254960
-rw-r--r--deskutils/osmo/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/osmo/Makefile b/deskutils/osmo/Makefile
index 864c86039a5f..1dcb59177ead 100644
--- a/deskutils/osmo/Makefile
+++ b/deskutils/osmo/Makefile
@@ -24,7 +24,8 @@ USE_GETTEXT= yes
INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libical" \
+ LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes