summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Gianelloni <wolf31o2@gentoo.org>2006-10-05 16:09:10 +0000
committerChris Gianelloni <wolf31o2@gentoo.org>2006-10-05 16:09:10 +0000
commitaf61a50070f2e2fcbd43c90e4000a77b44b777c8 (patch)
tree91b91fe0532f1e9c0387c81e51d20fdd5707eaa6 /games-roguelike/slashem/files/0.0.7E7/qt.configure
parentMarked ppc stable for bug #146409. (diff)
downloadgentoo-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.configure23
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