diff options
author | mi <mi@FreeBSD.org> | 2001-08-28 03:19:43 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2001-08-28 03:19:43 +0800 |
commit | 8d0598f3d9ec0adb89fa765c7b4df926750324a6 (patch) | |
tree | 2e0f016448d17896db66d9b4f2e1302b4fc8fdc1 /palm/pilot-link/files | |
parent | b24116b507554c5cf522475397234422df0c2906 (diff) | |
download | freebsd-ports-gnome-8d0598f3d9ec0adb89fa765c7b4df926750324a6.tar.gz freebsd-ports-gnome-8d0598f3d9ec0adb89fa765c7b4df926750324a6.tar.zst freebsd-ports-gnome-8d0598f3d9ec0adb89fa765c7b4df926750324a6.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
Diffstat (limited to 'palm/pilot-link/files')
-rw-r--r-- | palm/pilot-link/files/patch-getopt | 6 |
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> |