diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-08-25 16:54:45 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-08-25 16:54:45 +0000 |
commit | 2052a28971c2c131323ace20defb3b806a5858f5 (patch) | |
tree | 0b868813b1806ac12dc0a43d6c5a38258bdc75e8 /emulators/qemu-devel/Makefile | |
parent | Update to 0.11.1 (diff) |
Fix last-minute Makefile edit that broke the build WITH_GNS3.
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index c60871d5a456..827c3191eac7 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -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 |