diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-02 08:45:35 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-08-02 08:45:35 +0800 |
commit | 295b9f6412c649c4f5067872e9aea76d63120c5a (patch) | |
tree | 1eb5222786275ab46e4d94dcd6aa22b18cad7fb0 | |
parent | 2fc36ac0b075e486cc66b064fe203d01dceef6bb (diff) | |
download | marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.tar marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.tar.gz marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.tar.bz2 marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.tar.lz marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.tar.xz marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.tar.zst marcuscom-ports-295b9f6412c649c4f5067872e9aea76d63120c5a.zip |
This patch is no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2584 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | sysutils/nautilus-cd-burner/files/patch-ltmain.sh | 51 |
1 files changed, 0 insertions, 51 deletions
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" |