diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 02:10:52 +0000 |
commit | 2f5fd33d0b48f766e2722a601367b2d51c9e82a8 (patch) | |
tree | 662ca58b6bf492bef7d41ebac8ca99d63081bbfb /net/iscsi-target | |
parent | Remove always-false/true conditions based on OSVERSION 500000 (diff) |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'net/iscsi-target')
-rw-r--r-- | net/iscsi-target/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net/iscsi-target/Makefile b/net/iscsi-target/Makefile index b68801dc56a0..cd773963452a 100644 --- a/net/iscsi-target/Makefile +++ b/net/iscsi-target/Makefile @@ -25,12 +25,6 @@ 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 @@ -58,4 +52,4 @@ post-install: fi .endfor -.include <bsd.port.post.mk> +.include <bsd.port.mk> |