diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 19:37:44 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-18 19:37:44 +0000 |
commit | e3bebcca5602b3bde8d1d87c4814fbaa7a1409e7 (patch) | |
tree | b66cbc848d50e359b4ec82ee18b68888aad7c3e2 /converters/libutf-8 | |
parent | e0110a4b9794184ef3778738f091c2a3213dc191 (diff) |
Notes
Diffstat (limited to 'converters/libutf-8')
-rw-r--r-- | converters/libutf-8/Makefile | 3 | ||||
-rw-r--r-- | converters/libutf-8/files/patch-aa | 11 |
2 files changed, 9 insertions, 5 deletions
diff --git a/converters/libutf-8/Makefile b/converters/libutf-8/Makefile index d2229ab41501..1d509e141ce0 100644 --- a/converters/libutf-8/Makefile +++ b/converters/libutf-8/Makefile @@ -12,11 +12,10 @@ CATEGORIES= converters MASTER_SITES= http://www.whizkidtech.redprince.net/i18n/ \ ftp://ftp.whizkidtech.redprince.net/unix/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dgjohns@gmail.com COMMENT= Unicode conversion routines between UCS-4 and UTF-8 USE_LDCONFIG= yes -CFLAGS+= -fPIC MAN3= libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3 diff --git a/converters/libutf-8/files/patch-aa b/converters/libutf-8/files/patch-aa index 05f4eaf2dd15..4d715aacf569 100644 --- a/converters/libutf-8/files/patch-aa +++ b/converters/libutf-8/files/patch-aa @@ -1,6 +1,11 @@ ---- Makefile.orig Thu Apr 1 01:00:12 1999 -+++ Makefile Fri Apr 16 18:11:12 1999 -@@ -29,5 +29,5 @@ +--- Makefile.orig 1999-04-01 09:00:12.000000000 +0200 ++++ Makefile 2009-12-18 20:35:57.000000000 +0100 +@@ -26,8 +26,10 @@ + # Makefile for libutf-8 library + # + ++CFLAGS+= -fPIC ++ 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 |