aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-01-20 03:45:25 +0800
committermarcus <marcus@FreeBSD.org>2003-01-20 03:45:25 +0800
commitd4ee5a0df64538e572109c815a484b73970a4360 (patch)
tree5d0b28805f8dcdea657149d2b9e7ff86c9e204f4 /devel
parente45b46eb8bd7c8504a875e75a0916da36a62179c (diff)
downloadfreebsd-ports-gnome-d4ee5a0df64538e572109c815a484b73970a4360.tar.gz
freebsd-ports-gnome-d4ee5a0df64538e572109c815a484b73970a4360.tar.zst
freebsd-ports-gnome-d4ee5a0df64538e572109c815a484b73970a4360.zip
Whoops, added wrong patch file.
Diffstat (limited to 'devel')
-rw-r--r--devel/libgtop2/files/patch-ltmain.sh42
-rw-r--r--devel/libgtop2/files/patch-ltmain.sh.orig0
2 files changed, 42 insertions, 0 deletions
diff --git a/devel/libgtop2/files/patch-ltmain.sh b/devel/libgtop2/files/patch-ltmain.sh
new file mode 100644
index 000000000000..3e04e21dfc12
--- /dev/null
+++ b/devel/libgtop2/files/patch-ltmain.sh
@@ -0,0 +1,42 @@
+--- ltmain.sh.orig Tue Jan 14 00:02:45 2003
++++ ltmain.sh Tue Jan 14 00:05:36 2003
+@@ -1073,8 +1073,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
+ ;;
+
+@@ -2502,6 +2510,9 @@
+ *-*-openbsd*)
+ # Do not include libc due to us having libc/libc_r.
+ ;;
++ *-*-freebsd*)
++ # FReeBSD doesn't need this...
++ ;;
+ *)
+ # Add libc to deplibs on all other systems if necessary.
+ if test "$build_libtool_need_lc" = "yes"; then
+@@ -4286,10 +4297,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"
diff --git a/devel/libgtop2/files/patch-ltmain.sh.orig b/devel/libgtop2/files/patch-ltmain.sh.orig
deleted file mode 100644
index e69de29bb2d1..000000000000
--- a/devel/libgtop2/files/patch-ltmain.sh.orig
+++ /dev/null