1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fix problem when WITH_CODECONV option is enabled

PR:		ports/109932
Submitted by:	Li-Wen Hsu <lwhsu_AT_lwhsu dot org>
Approved by:	maintainer (Beech Rintoul)
This commit is contained in:
Cheng-Lung Sung 2007-03-06 00:54:39 +00:00
parent 560328e8e3
commit b762a6239e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186614
2 changed files with 4 additions and 0 deletions

View File

@ -198,7 +198,9 @@ MODULES:=${MODULES}:mod_quotatab_sql
.endif
.if defined(WITH_CODECONV)
USE_ICONV= YES
MODULES:=${MODULES}:mod_codeconv
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
PROFTPD_LIBS+= -liconv -L${LOCALBASE}/lib
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mod-codeconv
.endif

View File

@ -198,7 +198,9 @@ MODULES:=${MODULES}:mod_quotatab_sql
.endif
.if defined(WITH_CODECONV)
USE_ICONV= YES
MODULES:=${MODULES}:mod_codeconv
INCLUDEDIRS:=${INCLUDEDIRS}:${LOCALBASE}/include
PROFTPD_LIBS+= -liconv -L${LOCALBASE}/lib
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mod-codeconv
.endif