diff options
author | arved <arved@FreeBSD.org> | 2004-03-22 08:43:56 +0000 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-03-22 08:43:56 +0000 |
commit | 4da549ed8004c1499ac30ac900c4a7bc7cc402d2 (patch) | |
tree | da8d186b42027b401e4cdf4d02e977847bca64a3 /chinese | |
parent | 6a0129377cf4e9eae6f1d48e33753c8a765aa2b4 (diff) | |
download | FreeBSD-ports-4da549ed8004c1499ac30ac900c4a7bc7cc402d2.zip FreeBSD-ports-4da549ed8004c1499ac30ac900c4a7bc7cc402d2.tar.gz |
Improve amd64 fix, Only build shared library with -fPIC
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 6 | ||||
-rw-r--r-- | chinese/autoconvert/files/patch-ab | 11 |
2 files changed, 10 insertions, 7 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index dbc7518..6d1895c 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -15,15 +15,13 @@ COMMENT= Intelligent Chinese encoding converter USE_REINPLACE= yes USE_GETOPT_LONG= yes -CFLAGS+= ${CPPFLAGS} -fPIC MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}" INSTALLS_SHLIB= yes DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} post-patch: -.for dir in hzconvert contrib/xchat-plugins - @${REINPLACE_CMD} -e "s|^CFLAGS|#CLFAGS|" ${WRKSRC}/${dir}/Makefile -.endfor + @${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|" \ + ${WRKSRC}/contrib/xchat-plugins/Makefile pre-install: @${MKDIR} ${DATADIR} diff --git a/chinese/autoconvert/files/patch-ab b/chinese/autoconvert/files/patch-ab index 4a2b37f..f1e7e8e 100644 --- a/chinese/autoconvert/files/patch-ab +++ b/chinese/autoconvert/files/patch-ab @@ -1,6 +1,11 @@ ---- hzconvert/Makefile.orig Mon Jan 8 18:05:51 2001 -+++ hzconvert/Makefile Tue Jan 9 02:02:33 2001 -@@ -5,14 +5,14 @@ +--- hzconvert/Makefile.orig Mon Jan 8 11:03:21 2001 ++++ hzconvert/Makefile Mon Mar 22 09:39:15 2004 +@@ -1,18 +1,18 @@ + CC=gcc -I../include +-CFLAGS=-O2 -Wall -g ++CFLAGS+=-fPIC -Wall -g + SHARED_LIB=libhz.so + SHARED_LIB_MAJOR=$(SHARED_LIB).0 SHARED_LIB_MINOR=$(SHARED_LIB_MAJOR).0 OBJS=b2g.o b2u.o g2u.o hz2gb.o b2g_tables.o b2u_tables.o g2u_tables.o io.o unicode.o judge.o judge3.o gbpercent.o b5percent.o search.o |