pkgsrc-ng/ham/trustedQSL/patches/patch-src_tqslconvert_cpp
2014-08-11 13:27:10 +02:00

16 lines
396 B
Plaintext

$NetBSD: patch-src_tqslconvert_cpp,v 1.1 2013/09/13 08:45:52 mef Exp $
Convert db.h name to pkgsrc current name
--- src/tqslconvert.cpp.orig 2013-04-20 21:51:36.000000000 +0900
+++ src/tqslconvert.cpp 2013-04-25 10:54:50.000000000 +0900
@@ -22,7 +22,7 @@
#include <vector>
#include <ctype.h>
#include <set>
-#include <db.h>
+#include <db5/db.h>
#include <locale.h>
//#include <iostream>