diff options
author | Doug Rabson <dfr@FreeBSD.org> | 2001-02-01 17:09:16 +0000 |
---|---|---|
committer | Doug Rabson <dfr@FreeBSD.org> | 2001-02-01 17:09:16 +0000 |
commit | 3c0627274fed50ed599b991905c5eb379cabd701 (patch) | |
tree | e0f3deb698f11b02a702c3620bf67c3a1ef6a4ef /graphics | |
parent | 373bbb0312a37f219b6980b18b4b10becd6870d8 (diff) | |
download | freebsd-ports-3c0627274fed50ed599b991905c5eb379cabd701.zip |
Fix a typo which prevents aalib being used from C++.
Reviewed by: wca
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aalib/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/aalib/files/patch-af b/graphics/aalib/files/patch-af new file mode 100644 index 000000000000..4451d84cf42d --- /dev/null +++ b/graphics/aalib/files/patch-af @@ -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; |