summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server/files
diff options
context:
space:
mode:
author(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
committer(no author) <(no author)@df743ca5-7f9a-e211-a948-0013205c9059>2004-03-15 05:59:50 +0800
commit73cb2357a7c7f905403cf41592bcbd7286fd85ae (patch)
tree2f5e26903a1f136a9e2f54af42475b280a215a6d /databases/evolution-data-server/files
parentfd170dfee433454a5e1f74c295bf23f3835894c0 (diff)
downloadmarcuscom-ports-GNOME_2_6.tar
marcuscom-ports-GNOME_2_6.tar.gz
marcuscom-ports-GNOME_2_6.tar.bz2
marcuscom-ports-GNOME_2_6.tar.lz
marcuscom-ports-GNOME_2_6.tar.xz
marcuscom-ports-GNOME_2_6.tar.zst
marcuscom-ports-GNOME_2_6.zip
This commit was manufactured by cvs2svn to create branch 'GNOME_2_6'.GNOME_2_6
git-svn-id: svn://creme-brulee.marcuscom.com/ports/branches/GNOME_2_6@2058 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'databases/evolution-data-server/files')
-rw-r--r--databases/evolution-data-server/files/patch-configure11
-rw-r--r--databases/evolution-data-server/files/patch-ltmain.sh51
2 files changed, 0 insertions, 62 deletions
diff --git a/databases/evolution-data-server/files/patch-configure b/databases/evolution-data-server/files/patch-configure
deleted file mode 100644
index 4959297da..000000000
--- a/databases/evolution-data-server/files/patch-configure
+++ /dev/null
@@ -1,11 +0,0 @@
---- configure.orig Thu Jan 29 16:02:10 2004
-+++ configure Thu Jan 29 16:02:39 2004
-@@ -23783,7 +23783,7 @@
- idldir="$datadir/idl/evolution-data-server-$BASE_VERSION"
-
-
--serverdir="$libdir/bonobo/servers"
-+serverdir="$prefix/libdata/bonobo/servers"
-
-
-
diff --git a/databases/evolution-data-server/files/patch-ltmain.sh b/databases/evolution-data-server/files/patch-ltmain.sh
deleted file mode 100644
index 34878b402..000000000
--- a/databases/evolution-data-server/files/patch-ltmain.sh
+++ /dev/null
@@ -1,51 +0,0 @@
---- ltmain.sh.orig Fri Mar 5 10:05:44 2004
-+++ ltmain.sh Sat Mar 6 03:49:19 2004
-@@ -1349,7 +1349,7 @@
- esac
- elif test "X$arg" = "X-lc_r"; then
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
- continue
- ;;
-@@ -1364,8 +1364,16 @@
- continue
- ;;
-
-+ -pthread)
-+ compile_command="$compile_command -pthread"
-+ finalize_command="$finalize_command -pthread"
-+ compiler_flags="$compiler_flags -pthread"
-+ continue
-+ ;;
-+
- -module)
- module=yes
-+ build_old_libs=no
- continue
- ;;
-
-@@ -3059,6 +3067,9 @@
- # problems, so we reset it completely
- verstring=
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- verstring="0.0"
- ;;
-@@ -5531,10 +5542,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"