pkgsrc-ng/ham/trustedQSL/patches/patch-src_tqslconvert_cpp
2016-01-21 23:40:00 +01:00

16 lines
396 B
Plaintext

$NetBSD: patch-src_tqslconvert_cpp,v 1.2 2014/06/13 11:38:03 mef Exp $
Convert db.h name to pkgsrc current name
--- src/tqslconvert.cpp.orig 2014-01-12 23:39:24.000000000 +0900
+++ src/tqslconvert.cpp 2014-01-14 00:46:23.000000000 +0900
@@ -22,7 +22,7 @@
#include <string>
#include <ctype.h>
#include <set>
-#include <db.h>
+#include <db5/db.h>
#include <locale.h>
//#include <iostream>