mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
editors/pico-alpine: fix build on 8.4 by fixing masterport mail/alpine
Thanks for the bug report to Scott Allendorf <scott-allendorf@uiowa.edu> PR: ports/191081 Submitted by: Michelle Sullivan <michelle@sorbs.net>
This commit is contained in:
parent
19f7e5e055
commit
c37da52991
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357968
1 changed files with 3 additions and 3 deletions
|
@ -49,11 +49,11 @@ PORTDOCS= ${PORTDOCSbase} ${PORTDOCSdoc} ${PORTDOCShtml}
|
||||||
CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
|
CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
|
||||||
--with-system-fixed-pinerc=${PREFIX}/etc/alpine.conf.fixed \
|
--with-system-fixed-pinerc=${PREFIX}/etc/alpine.conf.fixed \
|
||||||
--with-password-prog=/usr/bin/passwd \
|
--with-password-prog=/usr/bin/passwd \
|
||||||
--with-system-mail-directory=/var/mail \
|
--with-system-mail-directory=/var/mail
|
||||||
--enable-background-post --without-krb5 --without-tcl
|
|
||||||
|
|
||||||
.endif
|
.endif
|
||||||
CONFIGURE_ARGS+=--with-debug-level=2
|
CONFIGURE_ARGS+=--with-debug-level=2 \
|
||||||
|
--enable-background-post --without-krb5 --without-tcl
|
||||||
|
|
||||||
MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
|
MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue