[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a
Maximiliano Curia
maxy at moszumanska.debian.org
Thu Jul 13 17:36:31 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a5265d7
The following commit has been merged in the master branch:
commit a5265d7bf755354f3706f2051ed76cff237e0c2a
Author: Andreas Huggel <ahuggel at gmx.net>
Date: Fri Jul 9 04:14:37 2004 +0000
Config default settings for Linux
---
config.h | 2 +-
config.mk | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/config.h b/config.h
index 487f9bd..be794a6 100644
--- a/config.h
+++ b/config.h
@@ -13,7 +13,7 @@
#define PACKAGE_VERSION "0.4"
/* Define as 1 if you have the timegm function */
-#undef HAVE_TIMEGM
+#define HAVE_TIMEGM 1
/* Define as 1 if you have unistd.h */
#define HAVE_UNISTD_H 1
diff --git a/config.mk b/config.mk
index 9fac840..140306a 100644
--- a/config.mk
+++ b/config.mk
@@ -20,7 +20,7 @@
# 02111-1307, USA.
#
# File: config.mk
-# Version: $Name: $ $Revision: 1.5 $
+# Version: $Name: $ $Revision: 1.6 $
# Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
# History: 10-Dec-03, ahu: created
#
@@ -80,6 +80,10 @@ LIBS = -L. -L$(libdir) -L/usr/local/lib
DEFS =
# **********************************************************************
+# Functions
+HAVE_TIMEGM = 1
+
+# **********************************************************************
# Archive management
RANLIB = ranlib
AR = ar
--
exiv2 packaging
More information about the pkg-kde-commits
mailing list