diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-05 16:09:10 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-10-05 16:09:10 +0000 |
commit | af61a50070f2e2fcbd43c90e4000a77b44b777c8 (patch) | |
tree | 91b91fe0532f1e9c0387c81e51d20fdd5707eaa6 /games-roguelike/slashem/files/0.0.7E7/qt.configure | |
parent | Marked ppc stable for bug #146409. (diff) | |
download | gentoo-2-af61a50070f2e2fcbd43c90e4000a77b44b777c8.tar.gz gentoo-2-af61a50070f2e2fcbd43c90e4000a77b44b777c8.tar.bz2 gentoo-2-af61a50070f2e2fcbd43c90e4000a77b44b777c8.zip |
Version bump to 772 and closing bug #103583.
(Portage version: 2.1.2_pre1-r4)
Diffstat (limited to 'games-roguelike/slashem/files/0.0.7E7/qt.configure')
-rw-r--r-- | games-roguelike/slashem/files/0.0.7E7/qt.configure | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/games-roguelike/slashem/files/0.0.7E7/qt.configure b/games-roguelike/slashem/files/0.0.7E7/qt.configure new file mode 100644 index 000000000000..8e96c5004431 --- /dev/null +++ b/games-roguelike/slashem/files/0.0.7E7/qt.configure @@ -0,0 +1,23 @@ +configure config_h $toplevel/include/config.h +BEGIN + define QT_GRAPHICS +END + +configure src_Makefile $toplevel/src/Makefile +BEGIN + define WINQTSRC + define WINQTOBJ + define WINQTLIB + define QTDIR + qtdir2=`echo /usr/lib/qt-2.*` + define QTDIR "${QTDIR:-$qtdir2}" + undefine CXXFLAGS + define CXXFLAGS + undefine LINK + define -C "Qt is C++" LINK +END + +configure Makefile $toplevel/Makefile +BEGIN + define CNF_SHARE_QTND +END |