diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:34:35 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-11 04:34:35 +0000 |
commit | 9a3c242f33d5c3b6d7e755ae97e60ec208b2a446 (patch) | |
tree | 43774c9e0395f20dfc3604acf0b697f79773c16d /gnome-extra/libgda | |
parent | media-* \" fixes (diff) | |
download | gentoo-2-9a3c242f33d5c3b6d7e755ae97e60ec208b2a446.tar.gz gentoo-2-9a3c242f33d5c3b6d7e755ae97e60ec208b2a446.tar.bz2 gentoo-2-9a3c242f33d5c3b6d7e755ae97e60ec208b2a446.zip |
gnome-* and kde=* \" fixes
Diffstat (limited to 'gnome-extra/libgda')
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.10.ebuild | 2 | ||||
-rw-r--r-- | gnome-extra/libgda/libgda-0.2.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnome-extra/libgda/libgda-0.2.10.ebuild b/gnome-extra/libgda/libgda-0.2.10.ebuild index 29a18c265f94..f42ddb4765c8 100644 --- a/gnome-extra/libgda/libgda-0.2.10.ebuild +++ b/gnome-extra/libgda/libgda-0.2.10.ebuild @@ -47,7 +47,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf - try make LDFLAGS=\"-lncurses\" LIBREADLINE=\"-lreadline -lncurses\" # Doesn't work with -j 4 (hallski) + try make LDFLAGS="-lncurses" LIBREADLINE="-lreadline -lncurses" # Doesn't work with -j 4 (hallski) } src_install() { diff --git a/gnome-extra/libgda/libgda-0.2.9.ebuild b/gnome-extra/libgda/libgda-0.2.9.ebuild index ee2ce6724760..5eba96204523 100644 --- a/gnome-extra/libgda/libgda-0.2.9.ebuild +++ b/gnome-extra/libgda/libgda-0.2.9.ebuild @@ -44,7 +44,7 @@ src_compile() { fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf - try make LDFLAGS=\"-lncurses\" LIBREADLINE=\"-lreadline -lncurses\" # Doesn't work with -j 4 (hallski) + try make LDFLAGS="-lncurses" LIBREADLINE="-lreadline -lncurses" # Doesn't work with -j 4 (hallski) } src_install() { |