diff options
author | Joe Bormolini <lordjoe@gentoo.org> | 2001-08-15 07:12:27 +0000 |
---|---|---|
committer | Joe Bormolini <lordjoe@gentoo.org> | 2001-08-15 07:12:27 +0000 |
commit | fbb9239b6807a6b9d4076e1910a0ad472942c148 (patch) | |
tree | 102ee1a04698c96822849b5e10ad0902b419a583 /x11-wm | |
parent | New bbkeys... no more stupid-ness in ebuild (i hope) (diff) | |
download | gentoo-2-fbb9239b6807a6b9d4076e1910a0ad472942c148.tar.gz gentoo-2-fbb9239b6807a6b9d4076e1910a0ad472942c148.tar.bz2 gentoo-2-fbb9239b6807a6b9d4076e1910a0ad472942c148.zip |
Fixed old bbkeys just in case...
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/bbkeys/bbkeys-0.3.6-r1.ebuild (renamed from x11-wm/bbkeys/bbkeys-0.3.6.ebuild) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-wm/bbkeys/bbkeys-0.3.6.ebuild b/x11-wm/bbkeys/bbkeys-0.3.6-r1.ebuild index 5cc5105cc87d..9452277a5c66 100644 --- a/x11-wm/bbkeys/bbkeys-0.3.6.ebuild +++ b/x11-wm/bbkeys/bbkeys-0.3.6-r1.ebuild @@ -14,9 +14,10 @@ src_compile() { if [ "`use qt`" ] ; then cd ${S}/bbkeysconf-1.3 - try make "QTDIR=${QTDIR} MOC=${QTDIR}/bin/moc CXXFLAGS='${CXXFLAGS} -I/usr/lib -I/usr/X11R6/include -I${QTDIR}/include'" - cd ${S} + local qtdir=${QTDIR} + try make MOC=${qtdir}/bin/moc CXXFLAGS="-I${qtdir}/include" LIBS="-L${qtdir}/lib -L/usr/X11R6/lib -lqt -lX11" fi + cd ${S} try ./configure --prefix=/usr/X11R6 --host=${CHOST} try emake @@ -26,9 +27,10 @@ src_install () { if [ "`use qt`" ] ; then cd ${S}/bbkeysconf-1.3 - try make DESTDIR=${D} PREFIX=${D}/usr/X11R6/bin install - cd ${S} + into /usr/X11R6 + dobin bbkeysconf fi + cd ${S} try make DESTDIR=${D} install cd /usr/X11R6/bin/wm cp blackbox blackbox.bak |