Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Feb 2001 15:35:49 +0000 (GMT)
From:      Doug Rabson <dfr@qubesoft.com>
To:        ports@freebsd.org
Subject:   ports/graphics/aalib
Message-ID:  <Pine.BSF.4.21.0102011534520.40842-100000@doug02.qubesoft.com>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0102011534520.40842-100000>