summaryrefslogtreecommitdiff
path: root/x11/kdebase/patches/patch-am
diff options
context:
space:
mode:
Diffstat (limited to 'x11/kdebase/patches/patch-am')
-rw-r--r--x11/kdebase/patches/patch-am16
1 files changed, 16 insertions, 0 deletions
diff --git a/x11/kdebase/patches/patch-am b/x11/kdebase/patches/patch-am
new file mode 100644
index 00000000000..4f408e51645
--- /dev/null
+++ b/x11/kdebase/patches/patch-am
@@ -0,0 +1,16 @@
+$NetBSD: patch-am,v 1.3 1999/07/15 08:46:23 tron Exp $
+
+--- kcontrol/info/memory.h.orig Fri Jan 29 19:43:25 1999
++++ kcontrol/info/memory.h Fri Jan 29 19:45:18 1999
+@@ -26,7 +26,11 @@
+
+ private:
+
++#ifdef __NetBSD__
++ QLabel *freeMem, *totalMem, *activeMem, *inactiveMem, *swapMem, *freeSwapMem;
++#else
+ QLabel *freeMem, *totalMem, *sharedMem, *bufferMem, *swapMem, *freeSwapMem;
++#endif
+ QTimer *timer;
+
+ public slots: