mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 01:38:07 -04:00
16 lines
364 B
C++
16 lines
364 B
C++
$NetBSD: patch-plasma_generic_dataengines_time_timesource.h,v 1.1 2013/06/22 22:39:10 jperkin Exp $
|
|
|
|
Avoid "sun" re-definition.
|
|
|
|
--- plasma/generic/dataengines/time/timesource.h.orig 2013-05-03 04:36:45.790116404 +0000
|
|
+++ plasma/generic/dataengines/time/timesource.h
|
|
@@ -24,6 +24,8 @@
|
|
|
|
#include <Plasma/DataContainer>
|
|
|
|
+#undef sun
|
|
+
|
|
class Sun;
|
|
class Moon;
|
|
|