freebsd-ports/databases/kyototycoon/files/patch-ktdbext.h
Sunpoet Po-Chuan Hsieh 0968e3d223 - Allow build with clang [1]
- Remove explicit -lstdc++
- Bump PORTREVISION for package change

Submitted by:	vanilla [1]
2013-12-30 09:08:13 +00:00

10 lines
294 B
C

--- ktdbext.h.orig 2012-05-25 01:44:34.000000000 +0800
+++ ktdbext.h 2013-12-28 01:21:30.081508681 +0800
@@ -16,6 +16,7 @@
#ifndef _KTDBEXT_H // duplication check
#define _KTDBEXT_H
+#include <myconf.h>
#include <ktcommon.h>
#include <ktutil.h>
#include <ktulog.h>