diff options
Diffstat (limited to 'net/iscsi-target/Makefile')
-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> |