mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Apply a better fix for CC
While I'm here, remove the license info PR: ports/163173 Submitted by: Jan Beich <jbeich@tormail.net>
This commit is contained in:
parent
ca035c36e6
commit
15a1d4ddc6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289511
@ -16,8 +16,6 @@ DIST_SUBDIR= alpine-${PORTVERSION}
|
||||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT?= Mail and news client descended from Pine
|
||||
|
||||
LICENSE= AL2
|
||||
|
||||
OPTIONS+= THREADS "Compile with thread support" on \
|
||||
MOUSE "Enable mouse support for xterm" on \
|
||||
NLS "National Language Support" off \
|
||||
@ -48,7 +46,7 @@ CONFIGURE_ARGS+=--with-system-pinerc=${PREFIX}/etc/alpine.conf \
|
||||
.endif
|
||||
CONFIGURE_ARGS+=--with-debug-level=2
|
||||
|
||||
CONFIGURE_ENV+= CC=${CC} CXX=${CXX}
|
||||
MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
|
||||
|
||||
USE_OPENSSL= yes
|
||||
|
||||
|
@ -18,6 +18,4 @@ Alpine's basic feature set includes:
|
||||
Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
|
||||
Standard for representing multipart and multimedia data in email.
|
||||
|
||||
LICENSE: ASL
|
||||
|
||||
WWW: http://www.washington.edu/alpine/
|
||||
|
Loading…
Reference in New Issue
Block a user