Fix last-minute Makefile edit that broke the build WITH_GNS3.

This commit is contained in:
Juergen Lock 2011-08-25 16:54:45 +00:00
parent ae1dfec64a
commit 2052a28971
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=280415

View File

@ -157,11 +157,7 @@ CONFIGURE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
MAKE_ENV+= COMPILER_PATH=${LOCALBASE}/bin
.endif
pre-patch:
@for A in ${ONLY_FOR_ARCHS}; do \
${MKDIR} ${WRKSRC}/bsd/$$A; \
done
post-patch:
.if defined(WITH_PCAP)
@cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/pcap-patch
@${REINPLACE_CMD} -f ${FILESDIR}/pcap-client-type.sed ${WRKSRC}/net.h