Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Feb 2001 02:58:09 +0200 (EET)
From:      Maxim Sobolev <sobomax@freebsd.org>
To:        sobomax@freebsd.org (Maxim Sobolev)
Cc:        abgoeree@uwnet.nl, freebsd-ports@freebsd.org
Subject:   Re: glclock broken? pthread
Message-ID:  <200102090058.f190wEu13453@vic.sabbo.net>
In-Reply-To: <200102090054.f190sn413421@vic.sabbo.net> from "Maxim Sobolev" at Feb 09, 2001 02:54:44 AM

next in thread | previous in thread | raw e-mail | index | archive | help

--%--multipart-mixed-boundary-1.13403.981680289--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

> 3. Apply attached patch for gcc.295 and then recompile/reinstall XFree86-4.
> 

OOPS, forgot to attach a patch...

-Maxim

--%--multipart-mixed-boundary-1.13403.981680289--%
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Description: ASCII English text
Content-Disposition: attachment; filename="diff"

Index: src/contrib/gcc.295/config/freebsd.h
===================================================================
RCS file: /home/ncvs/src/contrib/gcc.295/config/freebsd.h,v
retrieving revision 1.31
diff -d -u -r1.31 freebsd.h
--- src/contrib/gcc.295/config/freebsd.h	2001/01/25 18:57:13	1.31
+++ src/contrib/gcc.295/config/freebsd.h	2001/02/07 21:00:12
@@ -76,10 +76,8 @@
    (like the default, except no -lg, and no -p).  */
 #undef  LIB_SPEC
 #define LIB_SPEC "\
-  %{!shared: \
-    %{!pg: %{pthread:-lc_r} -lc} \
-    %{pg:  %{pthread:-lc_r_p} -lc_p} \
-  }"
+  %{!pg: %{pthread:-lc_r} -lc} \
+  %{pg:  %{pthread:-lc_r_p} -lc_p}"
 
 
 /************************[  Target stuff  ]***********************************/

--%--multipart-mixed-boundary-1.13403.981680289--%--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102090058.f190wEu13453>