summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/dependencies/sip4-tqt/debian/rules
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 15:03:41 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-22 15:03:41 -0600
commit143b8ac9fa5ddfbdf0e755727aca5149e7f3fe26 (patch)
tree8d971cfbd68b2d7180f52d2753d04c0a8b1e985b /ubuntu/maverick/dependencies/sip4-tqt/debian/rules
parent99d9097f5e112ca8605e28ae36fd748c19d3e9b0 (diff)
downloadtde-packaging-143b8ac9fa5ddfbdf0e755727aca5149e7f3fe26.tar.gz
tde-packaging-143b8ac9fa5ddfbdf0e755727aca5149e7f3fe26.zip
Fix sip4-tqt FTBFS on Ubuntu and add sip4-tqt to Debian
Diffstat (limited to 'ubuntu/maverick/dependencies/sip4-tqt/debian/rules')
-rwxr-xr-xubuntu/maverick/dependencies/sip4-tqt/debian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules
index 63db1e3d2..0dd14099f 100755
--- a/ubuntu/maverick/dependencies/sip4-tqt/debian/rules
+++ b/ubuntu/maverick/dependencies/sip4-tqt/debian/rules
@@ -35,7 +35,7 @@ build-%/configure-stamp:
cd build-$* \
&& python$* ../configure.py \
-d /usr/lib/python$*/$(call py_sitename,$*) \
- -u STRIP="" CFLAGS="${CFLAGS}" CFLAGS_RELEASE="" CXXFLAGS="${CFLAGS}" CXXFLAGS_RELEASE=""
+ -u STRIP="" CFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="${CFLAGS} -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE=""
touch $@
dbg-build-%/configure-stamp:
@@ -45,7 +45,7 @@ dbg-build-%/configure-stamp:
&& python$*-dbg ../configure.py \
-d /usr/lib/python$*/$(call py_sitename,$*) \
-e /usr/include/python$*_d \
- -u CFLAGS="-O0 -g" CFLAGS_RELEASE="" CXXFLAGS="-O0 -g" CXXFLAGS_RELEASE="" STRIP=""
+ -u CFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CFLAGS_RELEASE="" CXXFLAGS="-O0 -g -I/usr/include/tqt -I/usr/include/tqt3 -I/usr/include/qt3" CXXFLAGS_RELEASE="" STRIP=""
touch $@