1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/converters/libutf-8/files/patch-aa
Steve Price d97dd5cbb9 Initial import of libutf-8 version 1.0.
A library of routines for the conversion between 31-bit Unicode values (UCS-4)
and their 8-bit encoding (UTF-9) defined in RFC 2044. The routines can handle
input and output from/to files and memory. Useful for i18n programmers.

PR:		10919
Submitted by:	G. Adam Stanislav <zen@buddhist.com>
1999-04-16 23:34:30 +00:00

10 lines
408 B
Plaintext

--- Makefile.orig Thu Apr 1 01:00:12 1999
+++ Makefile Fri Apr 16 18:11:12 1999
@@ -29,5 +29,5 @@
all: libutf-8.so.1
libutf-8.so.1: fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o
- ld -o libutf-8.so.1 fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o -shared -soname libutf-8.so
+ ld -o $@ fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o -shared -soname $@