summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/openthreads/openthreads-1.5.0.ebuild')
-rw-r--r--dev-libs/openthreads/openthreads-1.5.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/openthreads/openthreads-1.5.0.ebuild b/dev-libs/openthreads/openthreads-1.5.0.ebuild
index 2aa62f1ec..0b91074a7 100644
--- a/dev-libs/openthreads/openthreads-1.5.0.ebuild
+++ b/dev-libs/openthreads/openthreads-1.5.0.ebuild
@@ -19,7 +19,7 @@ DEPEND="app-arch/unzip
doc? ( app-doc/doxygen )"
RDEPEND=""
-S=${WORKDIR}/OSG_OP_OT-${OSG_V}/${MY_PN}
+S="${WORKDIR}/OSG_OP_OT-${OSG_V}/${MY_PN}"
src_unpack() {
unpack ${A}
@@ -30,7 +30,7 @@ src_unpack() {
}
src_compile() {
- emake CXX=$(tc-getCXX) || die "emake failed"
+ emake CXX="$(tc-getCXX)" || die "emake failed"
if use doc; then
cd docs