pkgsrc/ham/fl_logbook/patches/patch-src_date.h
gdt dd05acf187 Update to 2.5. Upstream Changelog is:
2.3   1) Added the ability to do a partial search on callsign.  This allows
	   you to search for a prefix<area> or on a full callsign as in
	   prefix<area><suffix>

pkgsrc changes:

  Set LICENSE.
  Adapt to more modern upstream.
  Change to fltk13.
  Rototill upstream's makefile to use CXX to compile C++.
2012-11-16 00:33:36 +00:00

22 lines
419 B
C

$NetBSD: patch-src_date.h,v 1.2 2012/11/16 00:33:36 gdt Exp $
--- src/date.h.orig 2006-09-11 15:40:15.000000000 +0000
+++ src/date.h
@@ -25,13 +25,15 @@
#ifndef DATE_H
#define DATE_H
-#include <iostream.h>
-#include <iomanip.h>
+#include <iostream>
+#include <iomanip>
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+using namespace std;
+
typedef enum {
SUNDAY,
MONDAY,