diff options
author | nox <nox@FreeBSD.org> | 2011-08-26 00:54:45 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-08-26 00:54:45 +0800 |
commit | 66c5b730d429e00861e304c4265ceab7b352faf5 (patch) | |
tree | d770fb55161d918fb497a57c3a09d348e6d6fb40 /emulators | |
parent | b08a823439c07eeb209eb26c46db1ac5da47ef4a (diff) | |
download | freebsd-ports-gnome-66c5b730d429e00861e304c4265ceab7b352faf5.tar.gz freebsd-ports-gnome-66c5b730d429e00861e304c4265ceab7b352faf5.tar.zst freebsd-ports-gnome-66c5b730d429e00861e304c4265ceab7b352faf5.zip |
Fix last-minute Makefile edit that broke the build WITH_GNS3.
Diffstat (limited to 'emulators')
-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 |