summaryrefslogtreecommitdiff
path: root/x11/gdm2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-01 19:57:31 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-08-01 19:57:31 +0000
commit75251fad3d592c1dfbc55da4ef78404a3a765869 (patch)
tree2fb1f4524d8d33d5483ac47541d061fe4c46fc7f /x11/gdm2
parentAdd gccxml 0.4.2, xML output extension to GCC. (diff)
Correct the ltmain.sh patch to fix hangs on 5.x.
Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Pointy hat to: me
Notes
Notes: svn path=/head/; revision=86150
Diffstat (limited to 'x11/gdm2')
-rw-r--r--x11/gdm2/Makefile1
-rw-r--r--x11/gdm2/files/patch-ltmain.sh20
2 files changed, 11 insertions, 10 deletions
diff --git a/x11/gdm2/Makefile b/x11/gdm2/Makefile
index 8ace3b29cb18..e66694db42d8 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 ba3cabfc0b54..c99e4f3bc218 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
;;