diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-09 18:24:47 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-09 18:24:47 +0000 |
commit | c28a6eb18bd80c4c5e6c3643f95b54fd9360bfa3 (patch) | |
tree | b84352d5fbc96de9bbd13889d92689bd64ae1ade /converters | |
parent | e4ef9cc2bd038730f94f3d8cf3c74b889b87821c (diff) | |
download | ports-c28a6eb18bd80c4c5e6c3643f95b54fd9360bfa3.tar.gz ports-c28a6eb18bd80c4c5e6c3643f95b54fd9360bfa3.zip |
- Fix build on AMD64
Approved by: maintainer informed
Notes
Notes:
svn path=/head/; revision=100507
Diffstat (limited to 'converters')
-rw-r--r-- | converters/cn2jp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/converters/cn2jp/Makefile b/converters/cn2jp/Makefile index b0971b8377ee..3c619b97d7b0 100644 --- a/converters/cn2jp/Makefile +++ b/converters/cn2jp/Makefile @@ -20,6 +20,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} PORTDOCS= README TEST_PROGRAM= big2gb/b2g big2jis/b2j gb2big/g2b gb2jis/g2j jis2big/j2b jis2gb/j2g +CFLAGS+= -fPIC + do-install: .for test_program in ${TEST_PROGRAM} @${INSTALL_PROGRAM} ${WRKSRC}/${test_program} ${PREFIX}/bin |