diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-15 14:36:21 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2015-06-15 14:36:21 +0000 |
commit | 8274f12d4f98fd20087c2c18b8d85ce8e462b43d (patch) | |
tree | 90c4122127bc8defa63fd639d39fa3ef43bb259f /comms/gnokii/files/patch-common-cfgreader.c | |
parent | databases/freetds: Update version 0.95.0=>0.95.1 (diff) |
- Fix configure when both X11 and SMSD options are off [1]
(this port always requires glib20)
- While here regenerate patches to silence portlint warnings
Reporterd by: Marc van Houtum <marc at dutchsecurity.net> (by email) [1]
Notes
Notes:
svn path=/head/; revision=389710
Diffstat (limited to 'comms/gnokii/files/patch-common-cfgreader.c')
-rw-r--r-- | comms/gnokii/files/patch-common-cfgreader.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/gnokii/files/patch-common-cfgreader.c b/comms/gnokii/files/patch-common-cfgreader.c index 592353029aff..297269f10ef0 100644 --- a/comms/gnokii/files/patch-common-cfgreader.c +++ b/comms/gnokii/files/patch-common-cfgreader.c @@ -1,6 +1,6 @@ ---- common/cfgreader.c.orig 2011-12-02 15:53:04.000000000 +0100 -+++ common/cfgreader.c 2013-08-13 13:25:46.836652059 +0200 -@@ -991,7 +991,7 @@ +--- common/cfgreader.c.orig 2011-12-02 14:53:04 UTC ++++ common/cfgreader.c +@@ -991,7 +991,7 @@ static bool cfg_get_log_target(gn_log_ta #define CHECK_SIZE() if (*retval >= size) { \ void *aux; \ size *= 2; \ @@ -9,7 +9,7 @@ if (aux) \ config_file_locations = aux; \ else {\ -@@ -1107,7 +1107,7 @@ +@@ -1107,7 +1107,7 @@ static char **get_locations(int *retval) if (i >= xcd_size) { void *aux; xcd_size *= 2; |