1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-01 10:59:55 +00:00

- Fix segfault on 64-bit platforms on qmail-spamcontrol like was made on

another slave ports.
This commit is contained in:
Renato Botelho 2008-01-15 13:32:21 +00:00
parent 8e5a4e9b93
commit e959d2c1c8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205690
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= qmail
PORTVERSION= ${QMAIL_VERSION}.${SPAMCONTROL_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES+= http://www.fehcom.de/qmail/spamcontrol/:spamcontrol \
${MASTER_SITE_LOCAL:S/$/:spamcontrol/}

View File

@ -659,8 +659,7 @@ post-patch:
s!QUEUE_EXTRALEN 0!QUEUE_EXTRALEN 5!g' \
${WRKSRC}/extra.h
.endif
.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && \
( !defined(SLAVE_SPAMCONTROL) && !defined(SLAVE_LDAP) )
.if ( ${ARCH} == "amd64" || ${ARCH} == "ia64" ) && !defined(SLAVE_LDAP)
@${PATCH} -d ${WRKSRC} < ${FILESDIR}/extra-patch-amd64
.endif