summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Tennis <caleb@gentoo.org>2004-01-15 17:22:00 +0000
committerCaleb Tennis <caleb@gentoo.org>2004-01-15 17:22:00 +0000
commitae22dbaecfd7145f6bf5ed89ad05532a2c5703cb (patch)
treeccc7fcac975a21706aee2c4d7f326c2c1a2eeb9a /x11-libs
parentFix (diff)
downloadhistorical-ae22dbaecfd7145f6bf5ed89ad05532a2c5703cb.tar.gz
historical-ae22dbaecfd7145f6bf5ed89ad05532a2c5703cb.tar.bz2
historical-ae22dbaecfd7145f6bf5ed89ad05532a2c5703cb.zip
Add include dir
Diffstat (limited to 'x11-libs')
-rw-r--r--x11-libs/qt/Manifest2
-rw-r--r--x11-libs/qt/qt-3.2.3-r1.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/qt/Manifest b/x11-libs/qt/Manifest
index c794c5da71c9..75a37f94107f 100644
--- a/x11-libs/qt/Manifest
+++ b/x11-libs/qt/Manifest
@@ -7,7 +7,7 @@ MD5 3dbd8e7a0a549b02e45d4ff41b2492a7 qt-3.3.0_beta1.ebuild 5167
MD5 8ba2f35348af78eaa4cf70cdfef1ba01 qt-3.1.2-r4.ebuild 5347
MD5 204d083f6429bee42a6a5370ca365938 ChangeLog 18630
MD5 512150b47a904b0240101e319856aab1 metadata.xml 156
-MD5 03a22198e38aa64cefffb590546bbc86 qt-3.2.3-r1.ebuild 5137
+MD5 441cf05fff6d5c83e3bc0dbdea6f1d32 qt-3.2.3-r1.ebuild 5176
MD5 f036a81a9440e146ca67fb23dbb2b535 files/0013-qtabwidget-less_flicker.patch 2785
MD5 8ffca1b1b7523339af04fd24b4595ce4 files/0001-dnd_optimization.patch 5623
MD5 5716cdfbdcb04ba8e3a25c7e1c49a9cc files/0026-netwm-fullscreen.patch 8243
diff --git a/x11-libs/qt/qt-3.2.3-r1.ebuild b/x11-libs/qt/qt-3.2.3-r1.ebuild
index f2cb1cd0dea3..8e337ec58bee 100644
--- a/x11-libs/qt/qt-3.2.3-r1.ebuild
+++ b/x11-libs/qt/qt-3.2.3-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.3-r1.ebuild,v 1.2 2004/01/07 19:36:35 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/qt/qt-3.2.3-r1.ebuild,v 1.3 2004/01/15 17:21:52 caleb Exp $
SRCTYPE="free"
DESCRIPTION="QT version ${PV}"
@@ -90,7 +90,7 @@ src_compile() {
use nas && myconf="${myconf} -system-nas-sound"
use gif && myconf="${myconf} -qt-gif"
use mysql && myconf="${myconf} -plugin-sql-mysql -I/usr/include/mysql -L/usr/lib/mysql"
- use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server -I/usr/include/postgresql/pgsql"
+ use postgres && myconf="${myconf} -plugin-sql-psql -I/usr/include/postgresql/server -I/usr/include/postgresql/pgsql/server -I/usr/include/postgresql/pgsql"
use odbc && myconf="${myconf} -plugin-sql-odbc"
use opengl && myconf="${myconf} -enable-module=opengl" || myconf="${myconf} -disable-opengl"
use debug && myconf="${myconf} -debug" || myconf="${myconf} -release -no-g++-exceptions"