From owner-freebsd-ports Thu Feb 1 7:36:14 2001 Delivered-To: freebsd-ports@freebsd.org Received: from tele-post-20.mail.demon.net (tele-post-20.mail.demon.net [194.217.242.20]) by hub.freebsd.org (Postfix) with ESMTP id 59A6B37B491 for ; Thu, 1 Feb 2001 07:35:57 -0800 (PST) Received: from calcaphon.demon.co.uk ([193.237.19.5]) by tele-post-20.mail.demon.net with esmtp (Exim 2.12 #2) id 14OLm4-000HOP-0K for ports@freebsd.org; Thu, 1 Feb 2001 15:35:53 +0000 Received: from doug02.qubesoft.com (doug02.qubesoft.com [192.168.1.4]) by calcaphon.demon.co.uk (8.11.1/8.9.1) with ESMTP id f11FZnN84069 for ; Thu, 1 Feb 2001 15:35:49 GMT (envelope-from dfr@qubesoft.com) Date: Thu, 1 Feb 2001 15:35:49 +0000 (GMT) From: Doug Rabson To: ports@freebsd.org Subject: ports/graphics/aalib Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I want to add the following minor patch to the aalib port. It corrects a typo in the header file which prevents aalib from being used from C++ code. Any comments? Index: files/patch-af =================================================================== RCS file: patch-af diff -N patch-af --- /dev/null Thu Feb 1 15:27:54 2001 +++ patch-af Thu Feb 1 15:22:34 2001 @@ -0,0 +1,11 @@ +--- aalib.h.orig Tue Nov 11 20:06:44 1997 ++++ aalib.h Thu Feb 1 15:21:47 2001 +@@ -183,7 +183,7 @@ + typedef struct aa_linkedlist aa_linkedlist; + typedef struct aa_linkedlist aa_reclist; + typedef struct aa_renderparams aa_renderparams; +-typedef struct aa_hardwareparams aa_hardware_params; ++typedef struct aa_hardware_params aa_hardware_params; + typedef struct aa_driver aa_driver; + typedef struct aa_font aa_font; + typedef struct aa_format aa_format; -- Doug Rabson Mail: dfr@qubesoft.com Technical Director, Qube Software Ltd. Phone: +44 20 7431 9995 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message