diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-12-20 04:20:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-12-20 04:20:23 +0800 |
commit | bc1a3a0b668b177f7c51ec10aa652025b9df8280 (patch) | |
tree | dee18de12df2014e1c66bd6ffea9b9490c01c52e /print | |
parent | c51b2b28d61854b48c4f260e3e4eb1b27077f8eb (diff) | |
download | freebsd-ports-gnome-bc1a3a0b668b177f7c51ec10aa652025b9df8280.tar.gz freebsd-ports-gnome-bc1a3a0b668b177f7c51ec10aa652025b9df8280.tar.zst freebsd-ports-gnome-bc1a3a0b668b177f7c51ec10aa652025b9df8280.zip |
Don't filter libc_r on 5-CURRENT.
Diffstat (limited to 'print')
-rw-r--r-- | print/ggv/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | print/ggv2/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | print/gnome-print/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | print/gnomeprint/files/patch-ltmain.sh | 25 | ||||
-rw-r--r-- | print/libgnomeprint/files/patch-ltmain.sh | 25 |
5 files changed, 85 insertions, 40 deletions
diff --git a/print/ggv/files/patch-ltmain.sh b/print/ggv/files/patch-ltmain.sh index 98cb05e4ddb3..d62ad5aaf764 100644 --- a/print/ggv/files/patch-ltmain.sh +++ b/print/ggv/files/patch-ltmain.sh @@ -1,19 +1,28 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Dec 16 07:16:09 2001 ++++ ltmain.sh Tue Dec 18 07:52:22 2001 +@@ -1052,7 +1052,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd[234]*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2359,6 +2359,9 @@ + # problems, so we reset it completely + verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + verstring="0.0" + ;; +@@ -4247,10 +4250,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/print/ggv2/files/patch-ltmain.sh b/print/ggv2/files/patch-ltmain.sh index 98cb05e4ddb3..d62ad5aaf764 100644 --- a/print/ggv2/files/patch-ltmain.sh +++ b/print/ggv2/files/patch-ltmain.sh @@ -1,19 +1,28 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Dec 16 07:16:09 2001 ++++ ltmain.sh Tue Dec 18 07:52:22 2001 +@@ -1052,7 +1052,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd[234]*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2359,6 +2359,9 @@ + # problems, so we reset it completely + verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + verstring="0.0" + ;; +@@ -4247,10 +4250,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/print/gnome-print/files/patch-ltmain.sh b/print/gnome-print/files/patch-ltmain.sh index 98cb05e4ddb3..d62ad5aaf764 100644 --- a/print/gnome-print/files/patch-ltmain.sh +++ b/print/gnome-print/files/patch-ltmain.sh @@ -1,19 +1,28 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Dec 16 07:16:09 2001 ++++ ltmain.sh Tue Dec 18 07:52:22 2001 +@@ -1052,7 +1052,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd[234]*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2359,6 +2359,9 @@ + # problems, so we reset it completely + verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + verstring="0.0" + ;; +@@ -4247,10 +4250,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/print/gnomeprint/files/patch-ltmain.sh b/print/gnomeprint/files/patch-ltmain.sh index 98cb05e4ddb3..d62ad5aaf764 100644 --- a/print/gnomeprint/files/patch-ltmain.sh +++ b/print/gnomeprint/files/patch-ltmain.sh @@ -1,19 +1,28 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Dec 16 07:16:09 2001 ++++ ltmain.sh Tue Dec 18 07:52:22 2001 +@@ -1052,7 +1052,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd[234]*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2359,6 +2359,9 @@ + # problems, so we reset it completely + verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + verstring="0.0" + ;; +@@ -4247,10 +4250,12 @@ fi # Install the pseudo-library for information purposes. diff --git a/print/libgnomeprint/files/patch-ltmain.sh b/print/libgnomeprint/files/patch-ltmain.sh index 98cb05e4ddb3..d62ad5aaf764 100644 --- a/print/libgnomeprint/files/patch-ltmain.sh +++ b/print/libgnomeprint/files/patch-ltmain.sh @@ -1,19 +1,28 @@ $FreeBSD$ ---- ltmain.sh 2001/08/27 09:51:26 1.1 -+++ ltmain.sh 2001/08/27 09:51:42 -@@ -2408,6 +2408,9 @@ - *-*-netbsd*) - # Don't link with libc until the a.out ld.so is fixed. +--- ltmain.sh.orig Sun Dec 16 07:16:09 2001 ++++ ltmain.sh Tue Dec 18 07:52:22 2001 +@@ -1052,7 +1052,7 @@ + esac + elif test "X$arg" = "X-lc_r"; then + case $host in +- *-*-openbsd* | *-*-freebsd*) ++ *-*-openbsd* | *-*-freebsd[234]*) + # Do not include libc_r directly, use -pthread flag. + continue + ;; +@@ -2359,6 +2359,9 @@ + # problems, so we reset it completely + verstring="" ;; + *-*-freebsd*) + # FreeBSD doesn't need this... + ;; *) - # Add libc to deplibs on all other systems if necessary. - if test "$build_libtool_need_lc" = "yes"; then -@@ -4175,10 +4178,12 @@ + verstring="0.0" + ;; +@@ -4247,10 +4250,12 @@ fi # Install the pseudo-library for information purposes. |