View | Details | Raw Unified | Return to bug 140992
Collapse All | Expand All

(-)libutf-8/Makefile (-2 / +2 lines)
Lines 7-22 Link Here
7
7
8
PORTNAME=	libutf-8
8
PORTNAME=	libutf-8
9
PORTVERSION=	1.0
9
PORTVERSION=	1.0
10
PORTREVISION=   1
10
PORTEPOCH=	1
11
PORTEPOCH=	1
11
CATEGORIES=	converters
12
CATEGORIES=	converters
12
MASTER_SITES=	http://www.whizkidtech.redprince.net/i18n/ \
13
MASTER_SITES=	http://www.whizkidtech.redprince.net/i18n/ \
13
		ftp://ftp.whizkidtech.redprince.net/unix/
14
		ftp://ftp.whizkidtech.redprince.net/unix/
14
15
15
MAINTAINER=	ports@FreeBSD.org
16
MAINTAINER=	dgjohns@gmail.com
16
COMMENT=	Unicode conversion routines between UCS-4 and UTF-8
17
COMMENT=	Unicode conversion routines between UCS-4 and UTF-8
17
18
18
USE_LDCONFIG=	yes
19
USE_LDCONFIG=	yes
19
CFLAGS+=	-fPIC
20
20
21
MAN3=		libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3
21
MAN3=		libutf-8.3 fgetu8.3 fputu8.3 sgetu8.3 sputu8.3
22
22
(-)libutf-8/files/patch-aa (-3 / +8 lines)
Lines 1-6 Link Here
1
--- Makefile.orig	Thu Apr  1 01:00:12 1999
1
--- Makefile.orig	1999-04-01 11:00:12.000000000 +0400
2
+++ Makefile	Fri Apr 16 18:11:12 1999
2
+++ Makefile		2009-11-28 18:08:54.000000000 -0800
3
@@ -29,5 +29,5 @@
3
@@ -26,8 +26,10 @@
4
 #	 Makefile for libutf-8 library
5
 #
6
 
7
+CFLAGS+=-fPIC
8
+
4
 all: libutf-8.so.1
9
 all: libutf-8.so.1
5
 
10
 
6
 libutf-8.so.1: fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o
11
 libutf-8.so.1: fget.utf-8.o sget.utf-8.o fput.utf-8.o sput.utf-8.o nomacros.o

Return to bug 140992