svn commit: r396026 - head/emulators/qemu-sbruno
Sean Bruno
sbruno at FreeBSD.org
Thu Sep 3 18:27:45 UTC 2015
Author: sbruno
Date: Thu Sep 3 18:27:44 2015
New Revision: 396026
URL: https://svnweb.freebsd.org/changeset/ports/396026
Log:
Fix Makefile so that those who want to use this port directly can still
build.
PR: 202536
Modified:
head/emulators/qemu-sbruno/Makefile
Modified: head/emulators/qemu-sbruno/Makefile
==============================================================================
--- head/emulators/qemu-sbruno/Makefile Thu Sep 3 17:52:39 2015 (r396025)
+++ head/emulators/qemu-sbruno/Makefile Thu Sep 3 18:27:44 2015 (r396026)
@@ -60,7 +60,7 @@ SUB_LIST= NAME=qemu_user_static
.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
More information about the svn-ports-all
mailing list