diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-01 19:57:31 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-01 19:57:31 +0000 |
commit | 0096942af71daf425a3a9413515b88403d7a2a76 (patch) | |
tree | 4f8a40800853c051d27a9ebe707fd60cd420571f /x11 | |
parent | d375ebf358f02feec6e995f095b142616d476e59 (diff) | |
download | FreeBSD-ports-0096942af71daf425a3a9413515b88403d7a2a76.zip FreeBSD-ports-0096942af71daf425a3a9413515b88403d7a2a76.tar.gz |
Correct the ltmain.sh patch to fix hangs on 5.x.
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Pointy hat to: me
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gdm2/Makefile | 1 | ||||
-rw-r--r-- | x11/gdm2/files/patch-ltmain.sh | 20 |
2 files changed, 11 insertions, 10 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile index 8ace3b2..e66694d 100644 --- a/x11/gdm2/Makefile +++ b/x11/gdm2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdm2 PORTVERSION= 2.4.1.5 +PORTRREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 diff --git a/x11/gdm2/files/patch-ltmain.sh b/x11/gdm2/files/patch-ltmain.sh index ba3cabf..c99e4f3 100644 --- a/x11/gdm2/files/patch-ltmain.sh +++ b/x11/gdm2/files/patch-ltmain.sh @@ -1,14 +1,14 @@ --- ltmain.sh.orig Tue Jul 1 14:15:27 2003 -+++ ltmain.sh Thu Jul 31 23:02:48 2003 -@@ -1269,7 +1269,7 @@ - # These systems don't actually have a C library (as such) - test "X$arg" = "X-lc" && continue - ;; -- *-*-openbsd* | *-*-freebsd*) -+ *-*-openbsd* | *-*-freebsd4*) - # Do not include libc due to us having libc/libc_r. - test "X$arg" = "X-lc" && continue - ;; ++++ ltmain.sh Fri Aug 1 15:54:24 2003 +@@ -1280,7 +1280,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 + ;; @@ -1290,8 +1290,16 @@ continue ;; |