diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 21:19:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-08 21:19:07 +0000 |
commit | 077b75c19125eb76e082a81f5c32e4dcaaeaa948 (patch) | |
tree | 9533fa279d9e8b9de83da61cff389a25755a007d /chinese | |
parent | b66cc420e63bd5f8e4b5fbef9ee3342fe9755130 (diff) | |
download | ports-077b75c19125eb76e082a81f5c32e4dcaaeaa948.tar.gz ports-077b75c19125eb76e082a81f5c32e4dcaaeaa948.zip |
Notes
Diffstat (limited to 'chinese')
-rw-r--r-- | chinese/autoconvert/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/autoconvert/Makefile b/chinese/autoconvert/Makefile index 3d16744c36ff..dbc75180fb13 100644 --- a/chinese/autoconvert/Makefile +++ b/chinese/autoconvert/Makefile @@ -15,7 +15,7 @@ COMMENT= Intelligent Chinese encoding converter USE_REINPLACE= yes USE_GETOPT_LONG= yes -CFLAGS+= ${CPPFLAGS} +CFLAGS+= ${CPPFLAGS} -fPIC MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}" INSTALLS_SHLIB= yes DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX}${PORTNAME} |