From 295b9f6412c649c4f5067872e9aea76d63120c5a Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 2 Aug 2004 00:45:35 +0000 Subject: This patch is no longer needed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2584 df743ca5-7f9a-e211-a948-0013205c9059 --- sysutils/nautilus-cd-burner/files/patch-ltmain.sh | 51 ----------------------- 1 file changed, 51 deletions(-) delete mode 100644 sysutils/nautilus-cd-burner/files/patch-ltmain.sh diff --git a/sysutils/nautilus-cd-burner/files/patch-ltmain.sh b/sysutils/nautilus-cd-burner/files/patch-ltmain.sh deleted file mode 100644 index 8c8acdd88..000000000 --- a/sysutils/nautilus-cd-burner/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 04:33:50 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" -- cgit v1.2.3