summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics/patches
diff options
context:
space:
mode:
authortron <tron>1999-02-18 23:38:45 +0000
committertron <tron>1999-02-18 23:38:45 +0000
commitc664a850ed916d3cdca60f0736901d45b689de32 (patch)
tree2d6efc82eaf11bc2eb20ae1dc23af4832a857e49 /graphics/kdegraphics/patches
parentf026e528a9e39e8891f303c8a0de00014370004d (diff)
downloadpkgsrc-c664a850ed916d3cdca60f0736901d45b689de32.tar.gz
Update "kdegraphics" package to version 1.1.
Diffstat (limited to 'graphics/kdegraphics/patches')
-rw-r--r--graphics/kdegraphics/patches/patch-aa25
1 files changed, 0 insertions, 25 deletions
diff --git a/graphics/kdegraphics/patches/patch-aa b/graphics/kdegraphics/patches/patch-aa
deleted file mode 100644
index c395d535a31..00000000000
--- a/graphics/kdegraphics/patches/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
-$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;