1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Mark IGNORE on 4.x.

PR:		ports/105178
Submitted by:	Mark Foster <mark@foster.cc> (maintainer)
This commit is contained in:
Alejandro Pulver 2006-11-06 02:05:31 +00:00
parent 2a9898a783
commit 489374e817
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176573

View File

@ -24,6 +24,12 @@ MAN8= iscsi-target.8
USE_RC_SUBR= iscsi_target
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= needs PRIu64 definition in <inttypes.h>
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|_LDFLAGS= -pthread|_LDFLAGS= ${PTHREAD_CFLAGS}|' ${WRKSRC}/Makefile.in
@ -51,4 +57,4 @@ post-install:
fi
.endfor
.include <bsd.port.mk>
.include <bsd.port.post.mk>