From owner-freebsd-ports Fri Jun 22 17:20:15 2001 Delivered-To: freebsd-ports@freebsd.org Received: from phoenix.volant.org (dickson.phoenix.volant.org [205.179.79.193]) by hub.freebsd.org (Postfix) with ESMTP id CE5ED37B408; Fri, 22 Jun 2001 17:20:09 -0700 (PDT) (envelope-from patl@phoenix.volant.org) Received: from mccaffrey.phoenix.volant.org ([205.179.79.75]) by phoenix.volant.org with esmtp (Exim 1.92 #8) id 15Db9l-0006re-00; Fri, 22 Jun 2001 17:20:09 -0700 Date: Fri, 22 Jun 2001 17:20:09 -0700 (PDT) From: Pat Lashley Reply-To: Pat Lashley Subject: STLport patch To: obrien@freebsd.org Cc: ports@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1804289383-993255609=:9752" Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --0-1804289383-993255609=:9752 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Hi, The attached file is a replacement for the files/patch-stl_gcc.h patch file. It shifts the #if 0 and adds a typedef for wint_t. With this patch stlport 4.0 finishes the compile. (At least on 4.3-STABLE 2001-06-04) I'm not ready to claim that it -works- correctly yet though. In fact, I'm a little suspicious since this fix seems awfully small and obvious. -Pat --0-1804289383-993255609=:9752 Content-Type: TEXT/plain; name="patch-stl_gcc.h" Content-Description: patch-stl_gcc.h --- stl_gcc.h.orig Fri Jun 22 17:09:04 2001 +++ stl_gcc.h Fri Jun 22 17:10:54 2001 @@ -14,7 +14,10 @@ # define __STL_HAS_NO_NEW_C_HEADERS 1 # if defined(__FreeBSD__) +# if 0 # define __STL_NO_WCHAR_T +# endif + typedef long int wint_t ; /* LOCAL */ # endif # if defined(__MINGW32__) --0-1804289383-993255609=:9752-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message