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-iconv | |
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-iconv')
-rw-r--r-- | palm/pilot-link/files/patch-iconv | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/palm/pilot-link/files/patch-iconv b/palm/pilot-link/files/patch-iconv new file mode 100644 index 000000000000..a74bf261bf7e --- /dev/null +++ b/palm/pilot-link/files/patch-iconv @@ -0,0 +1,7 @@ +If we use iconv -- link pisock with it, so others don't have to: + +--- libsock/Makefile.in Tue Jun 19 12:25:26 2001 ++++ libsock/Makefile.in Fri Aug 24 10:09:20 2001 +@@ -57,1 +57,1 @@ +- -o libpisock.la $(OBJS) ++ -o libpisock.la $(OBJS) @ICONV_LIBS@ |