diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 18:51:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-05 18:51:22 +0000 |
commit | f8de56e3d291007ae1c23f471c5c1853d55916a7 (patch) | |
tree | 465075ebfad2ccb942bbb2bc2767256ec60be2ba /comms/hamlib/files | |
parent | - Hook lablgtk2 (diff) |
- Update to 1.2.2
PR: ports/72982
Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> (maintainer)
Notes
Notes:
svn path=/head/; revision=120903
Diffstat (limited to 'comms/hamlib/files')
-rw-r--r-- | comms/hamlib/files/patch-include-config.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/comms/hamlib/files/patch-include-config.h.in b/comms/hamlib/files/patch-include-config.h.in index 0864d6cb07ab..4ef72a8ad529 100644 --- a/comms/hamlib/files/patch-include-config.h.in +++ b/comms/hamlib/files/patch-include-config.h.in @@ -1,9 +1,9 @@ ---- include/config.h.in.orig Mon Apr 19 22:16:14 2004 -+++ include/config.h.in Mon Apr 19 22:16:43 2004 -@@ -388,16 +388,6 @@ +--- include/config.h.in.orig Mon Aug 23 23:12:37 2004 ++++ include/config.h.in Thu Oct 21 23:25:45 2004 +@@ -394,16 +394,6 @@ extern "C" { #endif - + -#ifndef HAVE_GETOPT -int getopt (int argc, char * const argv[], const char * optstring); -extern char * optarg; |