1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Fix build on ia64.

PR:		ports/106546
Submitted by:	shaun (me)
Approved by:	Artem Naluzhny <tut@nhamon.com.ua> (maintainer)
This commit is contained in:
Shaun Amott 2006-12-10 23:43:44 +00:00
parent 9036097b5d
commit 12105b68c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179440
2 changed files with 12 additions and 8 deletions

View File

@ -22,14 +22,16 @@ MAKE_ENV+= CPP="${CXX}" CPPFLAGS="${CXXFLAGS}" CCLINK="${CXX}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= Does not compile - patch needed by someone who can test it
.endif
.if !defined(WITHOUT_DIGEST_AUTH)
ALL_TARGET=ossl
.endif
post-patch:
.if ${ARCH} == "ia64"
@${REINPLACE_CMD} -e 's/^\(MFLAGS_ia64=\)\+DD64$$/\1/' \
${WRKSRC}/Makefile
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/sipp.1 ${PREFIX}/man/man1

View File

@ -22,14 +22,16 @@ MAKE_ENV+= CPP="${CXX}" CPPFLAGS="${CXXFLAGS}" CCLINK="${CXX}"
.include <bsd.port.pre.mk>
.if ${ARCH} == "ia64"
BROKEN= Does not compile - patch needed by someone who can test it
.endif
.if !defined(WITHOUT_DIGEST_AUTH)
ALL_TARGET=ossl
.endif
post-patch:
.if ${ARCH} == "ia64"
@${REINPLACE_CMD} -e 's/^\(MFLAGS_ia64=\)\+DD64$$/\1/' \
${WRKSRC}/Makefile
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${FILESDIR}/sipp.1 ${PREFIX}/man/man1