diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-28 20:52:16 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-12-28 20:52:16 +0000 |
commit | d006f1a6573110f831f23f88cc077a940c002ee0 (patch) | |
tree | 3bae75deeaf264034e8cce3c21ea3fb4ed01b87a /comms/gnokii/files/patch-configure | |
parent | - Switch to MASTER_SITE_SOURCEFORGE, osdn is unbearably slow (diff) |
- Add optional knob for libical
PR: ports/75442
Submitted by: Guido Falsi <mad@madpilot.net> (maintainer)
Requested by: Sven Berkvens-Matthijsse <sven@berkvens.net>
Notes
Notes:
svn path=/head/; revision=125375
Diffstat (limited to 'comms/gnokii/files/patch-configure')
-rw-r--r-- | comms/gnokii/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/comms/gnokii/files/patch-configure b/comms/gnokii/files/patch-configure index b57945d1760e..38c867b9607d 100644 --- a/comms/gnokii/files/patch-configure +++ b/comms/gnokii/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Mon Jul 5 00:04:50 2004 -+++ configure Tue Jul 6 12:56:33 2004 +--- configure.orig Sun Oct 17 21:44:38 2004 ++++ configure Mon Dec 27 12:48:43 2004 @@ -26348,13 +26348,15 @@ # First of all, check if the user has set any of the PTHREAD_LIBS, # etcetera environment variables, and if threads linking works using @@ -30,3 +30,12 @@ *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";; esac echo "$as_me:$LINENO: result: ${flag}" >&5 +@@ -27570,7 +27572,7 @@ + USE_LIBICAL="no" + OLD_LIBS="$LIBS" + OLD_CFLAGS="$CFLAGS" +-LIBS="$LIBS $ICAL_LIBS -lpthread -lical" ++LIBS="$LIBS $ICAL_LIBS -L/usr/local %%PTHREAD_LIBS%% -lical" + CFLAGS="$CFLAGS $ICAL_CFLAGS" + echo "$as_me:$LINENO: checking whether libical is installed" >&5 + echo $ECHO_N "checking whether libical is installed... $ECHO_C" >&6 |