diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:42:31 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:42:31 +0000 |
commit | a1c05139fa267eef4ed18206bc6cec8c10e46ac3 (patch) | |
tree | fc4fc6fef773ad9efcf62b6c0238cd317e16184c /app-cdr/xcdroast | |
parent | gnome-* and kde=* \" fixes (diff) | |
download | historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.gz historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.tar.bz2 historical-a1c05139fa267eef4ed18206bc6cec8c10e46ac3.zip |
app-* \" fix
Diffstat (limited to 'app-cdr/xcdroast')
-rw-r--r-- | app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild b/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild index 255ff3d5749f..b145f5026c66 100644 --- a/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild +++ b/app-cdr/xcdroast/xcdroast-0.98_alpha8.ebuild @@ -17,7 +17,7 @@ DEPEND=">=app-cdr/cdrecord-1.9 src_compile () { - try make ${MAKEOPTS} CC=\"gcc $CFLAGS\" + try make ${MAKEOPTS} CC="gcc $CFLAGS" } |