summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-22 20:58:04 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-07-22 20:58:04 -0500
commitce33b272213d0b5b1762e41892e2345429cf17bd (patch)
treeb6aaa8d162f9736eefecd43701f669116fd24049 /ubuntu/maverick
parenta6d13afe442ab4163dc4965775d63d644930d167 (diff)
downloadtde-packaging-ce33b272213d0b5b1762e41892e2345429cf17bd.tar.gz
tde-packaging-ce33b272213d0b5b1762e41892e2345429cf17bd.zip
Pass the multiarch lib path to configure to fix FTBFS.
Diffstat (limited to 'ubuntu/maverick')
-rwxr-xr-xubuntu/maverick/dependencies/qt3/debian/rules2
1 files changed, 2 insertions, 0 deletions
diff --git a/ubuntu/maverick/dependencies/qt3/debian/rules b/ubuntu/maverick/dependencies/qt3/debian/rules
index fffb28b87..7874557c8 100755
--- a/ubuntu/maverick/dependencies/qt3/debian/rules
+++ b/ubuntu/maverick/dependencies/qt3/debian/rules
@@ -91,6 +91,8 @@ CONFIGURE_OPTS = \
-I/usr/include/freetype2 \
-I`pg_config --includedir` \
\
+ -L/usr/lib/$(DEB_HOST_MULTIARCH) \
+ \
-lfontconfig \
-inputmethod \
# End of CONFIGURE_OPTS