diff options
author | tron <tron@pkgsrc.org> | 1998-09-29 00:13:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-09-29 00:13:14 +0000 |
commit | 5e17c5f5349d2da5360b3448f6ac0027c56bbb0f (patch) | |
tree | 5336e8de81a629e432c783a09b9fc759363d4a8a /graphics/kdegraphics | |
parent | 852fa2fa89d6bebc5613ee26d3af678d9e428f51 (diff) | |
download | pkgsrc-5e17c5f5349d2da5360b3448f6ac0027c56bbb0f.tar.gz |
Fix "kfax" for "egcs".
Diffstat (limited to 'graphics/kdegraphics')
-rw-r--r-- | graphics/kdegraphics/patches/patch-aa | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/graphics/kdegraphics/patches/patch-aa b/graphics/kdegraphics/patches/patch-aa new file mode 100644 index 00000000000..c395d535a31 --- /dev/null +++ b/graphics/kdegraphics/patches/patch-aa @@ -0,0 +1,25 @@ +$NetBSD: patch-aa,v 1.3 1998/09/29 00:13:14 tron Exp $ + +--- kfax/viewfax.cpp.orig Sun Mar 8 22:15:30 1998 ++++ kfax/viewfax.cpp Tue Sep 29 01:48:17 1998 +@@ -94,16 +94,16 @@ + extern Cursor LRCursor; + extern Cursor UDCursor; + +-extern have_no_fax; ++extern int have_no_fax; + extern Display* qtdisplay ; + extern Window qtwin; + extern Window Win; +-extern qwindow_width; +-extern qwindow_height; ++extern int qwindow_width; ++extern int qwindow_height; + + extern void setstatusbarmem(int); + extern void setfaxtitle(char*); +-extern "C" kfaxerror(char*, char*); ++extern "C" void kfaxerror(char*, char*); + + struct pagenode *firstpage, *lastpage, *thispage, *helppage, *auxpage; + struct pagenode defaultpage; |