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:
parent
560328e8e3
commit
b762a6239e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186614
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user