diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-27 06:07:15 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-27 06:07:15 +0800 |
commit | 1af369e1e8ab89cbd812e181a34c22f1be847441 (patch) | |
tree | ae0fbaa44f80975d735db8c32be7622a9852625d /databases/evolution-data-server/files/patch-calendar_libical_configure | |
parent | c3f2ba8b44319e59fb10968527f15796f75a0fab (diff) | |
download | marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.tar marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.tar.gz marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.tar.bz2 marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.tar.lz marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.tar.xz marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.tar.zst marcuscom-ports-1af369e1e8ab89cbd812e181a34c22f1be847441.zip |
Fix NSS detection by making sure to link with PTHREAD_LIBS.
Reported by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3333 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files/patch-calendar_libical_configure')
-rw-r--r-- | databases/evolution-data-server/files/patch-calendar_libical_configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/evolution-data-server/files/patch-calendar_libical_configure b/databases/evolution-data-server/files/patch-calendar_libical_configure new file mode 100644 index 000000000..19028e5d4 --- /dev/null +++ b/databases/evolution-data-server/files/patch-calendar_libical_configure @@ -0,0 +1,11 @@ +--- calendar/libical/configure.orig Sun Dec 26 16:54:57 2004 ++++ calendar/libical/configure Sun Dec 26 16:55:23 2004 +@@ -19736,7 +19736,7 @@ + + + +-if test "x$USE_MAINTAINER_MODE" == xyes; then ++if test "x$USE_MAINTAINER_MODE" = xyes; then + DEV="yes" + echo "$as_me:$LINENO: result: Setting up for development: -Wall, flex, bison" >&5 + echo "${ECHO_T}Setting up for development: -Wall, flex, bison" >&6 |