mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Make sure to link against libc_r on 5.X if requested to do so. This should
fix any DTP-related crash. Obtained from: MarcusCom GNOME 2.5 repo
This commit is contained in:
parent
de770deedc
commit
f66fb34efa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101598
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.6.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
||||
|
@ -1,6 +1,15 @@
|
||||
--- ltmain.sh.orig Fri Sep 13 15:38:11 2002
|
||||
+++ ltmain.sh Fri Oct 11 01:44:24 2002
|
||||
@@ -1073,8 +1073,16 @@
|
||||
--- ltmain.sh.orig Mon Oct 13 14:17:09 2003
|
||||
+++ ltmain.sh Sat Feb 21 15:44:32 2004
|
||||
@@ -1075,7 +1075,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
|
||||
;;
|
||||
@@ -1085,8 +1085,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -17,8 +26,8 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
@@ -2502,6 +2510,9 @@
|
||||
*-*-openbsd*)
|
||||
@@ -2503,6 +2511,9 @@
|
||||
*-*-openbsd* | *-*-freebsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
@ -27,7 +36,7 @@
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
@@ -4286,10 +4297,12 @@
|
||||
@@ -4330,10 +4341,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gstreamer
|
||||
PORTVERSION= 0.6.4
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||||
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.6
|
||||
|
@ -1,6 +1,15 @@
|
||||
--- ltmain.sh.orig Fri Sep 13 15:38:11 2002
|
||||
+++ ltmain.sh Fri Oct 11 01:44:24 2002
|
||||
@@ -1073,8 +1073,16 @@
|
||||
--- ltmain.sh.orig Mon Oct 13 14:17:09 2003
|
||||
+++ ltmain.sh Sat Feb 21 15:44:32 2004
|
||||
@@ -1075,7 +1075,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
|
||||
;;
|
||||
@@ -1085,8 +1085,16 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
@ -17,8 +26,8 @@
|
||||
continue
|
||||
;;
|
||||
|
||||
@@ -2502,6 +2510,9 @@
|
||||
*-*-openbsd*)
|
||||
@@ -2503,6 +2511,9 @@
|
||||
*-*-openbsd* | *-*-freebsd*)
|
||||
# Do not include libc due to us having libc/libc_r.
|
||||
;;
|
||||
+ *-*-freebsd*)
|
||||
@ -27,7 +36,7 @@
|
||||
*)
|
||||
# Add libc to deplibs on all other systems if necessary.
|
||||
if test $build_libtool_need_lc = "yes"; then
|
||||
@@ -4286,10 +4297,12 @@
|
||||
@@ -4330,10 +4341,12 @@
|
||||
fi
|
||||
|
||||
# Install the pseudo-library for information purposes.
|
||||
|
Loading…
Reference in New Issue
Block a user