diff options
author | sbruno <sbruno@FreeBSD.org> | 2015-09-04 01:39:41 +0800 |
---|---|---|
committer | sbruno <sbruno@FreeBSD.org> | 2015-09-04 01:39:41 +0800 |
commit | 5a03b1337509c489408f04673035fe774f7e21fa (patch) | |
tree | 43eac72c24c3cc2e975ab30777ec0584cc6e6564 /emulators/qemu-devel/Makefile | |
parent | 7128e2d9e44638699ab2d4d8f50717f03b331122 (diff) | |
download | freebsd-ports-gnome-5a03b1337509c489408f04673035fe774f7e21fa.tar.gz freebsd-ports-gnome-5a03b1337509c489408f04673035fe774f7e21fa.tar.zst freebsd-ports-gnome-5a03b1337509c489408f04673035fe774f7e21fa.zip |
Build fixes for 2.4.0
- regenerate patch-pcap
- Escape --extra-ldflags as it looks like the qemu builder is eating spaces
or lines making it frustrating to use.
PR: 202402 202536 202864
Diffstat (limited to 'emulators/qemu-devel/Makefile')
-rw-r--r-- | emulators/qemu-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index 934d0b594509..5e962a4971d0 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -46,7 +46,7 @@ CONFLICTS_INSTALL= qemu-[0-9]* qemu-sbruno-[0-9]* .include <bsd.port.options.mk> CONFIGURE_ARGS+= --localstatedir=/var -CONFIGURE_ARGS+= --extra-ldflags=-L${LOCALBASE}/lib +CONFIGURE_ARGS+= --extra-ldflags=-L\"${LOCALBASE}/lib\" CONFIGURE_ARGS+= --disable-smartcard-nss --disable-libssh2 PORTDOCS= docs qemu-doc.html qemu-tech.html qmp-commands.txt |