summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <sasuomin@uusikaupunki.fi>2006-06-19 17:23:04 +0000
committerSamuli Suominen <sasuomin@uusikaupunki.fi>2006-06-19 17:23:04 +0000
commitf00d40875b3e90a245f490a3878ec8ca4f349e45 (patch)
tree1f9900bca48a83a637fc6a5a34b07e9ae35e54ae /x11-apps
parentAttempt to clean out amlc -ebuild. (diff)
downloadsunrise-f00d40875b3e90a245f490a3878ec8ca4f349e45.tar.gz
sunrise-f00d40875b3e90a245f490a3878ec8ca4f349e45.tar.bz2
sunrise-f00d40875b3e90a245f490a3878ec8ca4f349e45.zip
Fix amlc -ebuild. Need to get hold of upstream.
svn path=/sunrise/; revision=143
Diffstat (limited to 'x11-apps')
-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() {