diff options
author | pav <pav@FreeBSD.org> | 2009-12-19 03:37:44 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-12-19 03:37:44 +0800 |
commit | f3a081b2a4557b622de734eab68e9c96ad08d303 (patch) | |
tree | f48a8e59fd4595bb3bc7fa91763f0bca2a628965 /converters/libutf-8 | |
parent | 9e041ea33ed59c0450c05f594c8bb0bdcfceef70 (diff) | |
download | freebsd-ports-gnome-f3a081b2a4557b622de734eab68e9c96ad08d303.tar.gz freebsd-ports-gnome-f3a081b2a4557b622de734eab68e9c96ad08d303.tar.zst freebsd-ports-gnome-f3a081b2a4557b622de734eab68e9c96ad08d303.zip |
- Fix CFLAGS modification to survive CFLAGS set in make.conf
- Take maintainership
PR: ports/140992
Submitted by: David G. Johns <dgjohns@gmail.com>
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 |