aboutsummaryrefslogtreecommitdiff
path: root/palm/pilot-link
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2001-08-27 19:19:43 +0000
committerMikhail Teterin <mi@FreeBSD.org>2001-08-27 19:19:43 +0000
commit1adbb888323fd17c557fb57c5803c86f3fdfda8f (patch)
tree4b57cda3340a55943fc60757dfb1be5970516a20 /palm/pilot-link
parent630b953d374d708a5a8329914d290159e79a7d1d (diff)
downloadports-1adbb888323fd17c557fb57c5803c86f3fdfda8f.tar.gz
ports-1adbb888323fd17c557fb57c5803c86f3fdfda8f.zip
Patch one source file to get rid of getopt.h -- the package does not use
the GNU's getopt really... Submitted by: Ollivier Robert
Notes
Notes: svn path=/head/; revision=46989
Diffstat (limited to 'palm/pilot-link')
-rw-r--r--palm/pilot-link/files/patch-getopt6
1 files changed, 6 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-getopt b/palm/pilot-link/files/patch-getopt
index 84ed178740af..fe00280b89b9 100644
--- a/palm/pilot-link/files/patch-getopt
+++ b/palm/pilot-link/files/patch-getopt
@@ -6,3 +6,9 @@ should check if the libc or the libgnugetopt has them first.
@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook
-GETOPT = getopt.o getopt1.o
+GETOPT =
+--- pilot-xfer.c Tue May 22 08:20:05 2001
++++ pilot-xfer.c Mon Aug 27 14:44:52 2001
+@@ -33,3 +33,2 @@
+ #endif
+-#include "getopt.h"
+ #include <sys/stat.h>