]> Pileus Git - ~andy/sunrise/blobdiff - dev-libs/openthreads/openthreads-1.5.0.ebuild
dev-libs/openthreads: add some quotes
[~andy/sunrise] / dev-libs / openthreads / openthreads-1.5.0.ebuild
index 2aa62f1ec652142417bab806d45ebf568e67fa4b..0b91074a7a2970f76eccaa1453e65ee8fc6dc6c3 100644 (file)
@@ -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