summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-apps/amlc/amlc-0.5.1.ebuild')
-rw-r--r--x11-apps/amlc/amlc-0.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-apps/amlc/amlc-0.5.1.ebuild b/x11-apps/amlc/amlc-0.5.1.ebuild
index 4b4a98240..d57cbf969 100644
--- a/x11-apps/amlc/amlc-0.5.1.ebuild
+++ b/x11-apps/amlc/amlc-0.5.1.ebuild
@@ -18,7 +18,7 @@ src_unpack() {
}
src_compile() {
- $(tc-getCXX) ${CFLAGS} ${CXXFLAGS} ${LDFLAGS} ${S}/${P}.cpp -o amlc -Os -Wall -pedantic
+ $(tc-getCXX) ${CXXFLAGS} ${LDFLAGS} ${S}/${P}.cpp -o amlc -Os -Wall -pedantic
}
src_install() {