parent
e62b57ab55
commit
4a54cf210c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406498
2 changed files with 12 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= lfcbase
|
||||
PORTVERSION= 1.7.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.lemke-it.com/
|
||||
|
||||
|
|
11
devel/lfcbase/files/patch-src_Datetime.cc
Normal file
11
devel/lfcbase/files/patch-src_Datetime.cc
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Datetime.cc.orig 2016-01-17 13:59:22 UTC
|
||||
+++ src/Datetime.cc
|
||||
@@ -17,6 +17,8 @@
|
||||
// Status: IMPLEMENTED
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
+#include <config.h>
|
||||
+
|
||||
#ifndef HAVE_STRPTIME
|
||||
#include "strptime.c"
|
||||
#endif
|
Loading…
Reference in a new issue