diff options
author | krion <krion@FreeBSD.org> | 2004-02-08 21:19:07 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-02-08 21:19:07 +0000 |
commit | 157190d38c7015d2f12d09309de8ee9f0b9335d8 (patch) | |
tree | 4cfc04dcbd5ac70255e226a39f564ef76cfde838 /chinese | |
parent | db38b182ac763b3a409c6aad718977311bbec222 (diff) | |
download | FreeBSD-ports-157190d38c7015d2f12d09309de8ee9f0b9335d8.zip FreeBSD-ports-157190d38c7015d2f12d09309de8ee9f0b9335d8.tar.gz |
- Fix build on AMD64
Approved by: maintainer informed
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 3d16744..dbc7518 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} |