diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-24 19:35:11 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2001-08-24 19:35:11 +0000 |
commit | 4ecea026d6a8e64fc59cb5fdb7f53b9fcff76734 (patch) | |
tree | fa220c15b401d20764388f8400594144858ff12a /palm/pilot-link/files/patch-getopt | |
parent | Add -current detection as FreeBSD (diff) |
Upgrade to 0.9.5, use -lgiconv.
Notes
Notes:
svn path=/head/; revision=46816
Diffstat (limited to 'palm/pilot-link/files/patch-getopt')
-rw-r--r-- | palm/pilot-link/files/patch-getopt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-getopt b/palm/pilot-link/files/patch-getopt new file mode 100644 index 000000000000..84ed178740af --- /dev/null +++ b/palm/pilot-link/files/patch-getopt @@ -0,0 +1,8 @@ +Don' link include this useless getopt reimplementations into every +executable. When/if pilot-link starts to use the longopt/getopt_long, it +should check if the libc or the libgnugetopt has them first. + ++++ Makefile.in Fri Aug 24 10:17:57 2001 +@@ -102,1 +102,1 @@ PERLEXECS = pilot-undelete ietf2datebook +-GETOPT = getopt.o getopt1.o ++GETOPT = |