freebsd-ports/databases/dbf/files/patch-libdbf.h
Pawel Pekala 18249d83c8 - Fix build with gcc on 8.x and 9.x
- Use option subs
- Support staging, strip library

PR:		ports/184896
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-24 12:33:44 +00:00

17 lines
418 B
C

--- ../libdbf/include/libdbf/libdbf.h.orig
+++ ../libdbf/include/libdbf/libdbf.h
@@ -17,6 +17,9 @@
* $Id: libdbf.h,v 1.6 2006/04/14 12:25:30 rollinhand Exp $
****************************************************************************/
+#ifndef __LIBDBF_H__
+#define __LIBDBF_H__
+
#include <sys/types.h>
/*! \file libdbf.h
@@ -337,3 +340,4 @@
*/
int dbf_IsMemo(P_DBF *p_dbf);
+#endif /* __LIBDBF_H__ */