diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-06-04 06:27:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-06-04 06:27:30 +0000 |
commit | 4e1a3571fd2c5fa0836fd26ca15eee5eb512318b (patch) | |
tree | f01fbea6eed55a8e67e0eb28c842833b00bc87f3 /sysutils/lcdproc/files | |
parent | Update to 306 (diff) |
- Update to 0.5.7
PR: 190393
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=356436
Diffstat (limited to 'sysutils/lcdproc/files')
-rw-r--r-- | sysutils/lcdproc/files/patch-configure.ac (renamed from sysutils/lcdproc/files/patch-configure.in) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/lcdproc/files/patch-configure.in b/sysutils/lcdproc/files/patch-configure.ac index 0a9afec63a71..f8fc91b2de15 100644 --- a/sysutils/lcdproc/files/patch-configure.in +++ b/sysutils/lcdproc/files/patch-configure.ac @@ -1,18 +1,18 @@ ---- ./configure.in.orig 2012-11-04 11:41:16.000000000 +0100 -+++ ./configure.in 2012-11-07 00:13:35.000000000 +0100 +--- ./configure.ac.orig 2014-05-17 12:08:57.000000000 +0200 ++++ ./configure.ac 2014-05-17 12:12:55.000000000 +0200 @@ -4,6 +4,7 @@ - AC_INIT([lcdproc], [0.5.6], [lcdproc@lists.omnipotent.net]) + AC_INIT([lcdproc], [0.5.7], [lcdproc@lists.omnipotent.net]) AC_CONFIG_SRCDIR([clients/lcdproc/batt.c]) AM_INIT_AUTOMAKE +PKG_PROG_PKG_CONFIG() AC_CONFIG_HEADERS(config.h) -@@ -249,26 +250,62 @@ +@@ -255,26 +256,62 @@ dnl ###################################################################### dnl libusb support -+dnl Stolen from the gnupg project and modified for LCDproc's need. ++dnl Stolen from the gnupg project and modified for LCDproc''s need. +dnl +dnl Copyright (C) 2004, 2005 Free Software Foundation, Inc. dnl ###################################################################### |