Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Sep 2015 18:27:45 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396026 - head/emulators/qemu-sbruno
Message-ID:  <201509031827.t83IRjaZ089374@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509031827.t83IRjaZ089374>