/[packages]/cauldron/virtualbox/current/SOURCES/VirtualBox-2.0.0-mdv20081.patch
ViewVC logotype

Contents of /cauldron/virtualbox/current/SOURCES/VirtualBox-2.0.0-mdv20081.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1459 - (show annotations) (download)
Sun Jan 9 02:00:20 2011 UTC (13 years, 3 months ago) by ahmad
File size: 1134 byte(s)
imported package virtualbox
1 diff -p -up VirtualBox-2.0.0/configure.mdv20081 VirtualBox-2.0.0/configure
2 --- VirtualBox-2.0.0/configure.mdv20081 2008-09-05 03:36:06.000000000 -0400
3 +++ VirtualBox-2.0.0/configure 2008-09-05 03:41:16.000000000 -0400
4 @@ -1307,18 +1307,18 @@ check_qt4()
5 if which_wrapper pkg-config > /dev/null; then
6 # this braindead path is necessary for mdv2008.1
7 qt4_ver=`\
8 - PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \
9 + PKG_CONFIG_PATH="/usr/lib/qt4/$LIB/pkgconfig" \
10 pkg-config QtCore --modversion 2>> $LOG`
11 if [ $? -ne 0 ]; then
12 log_failure "not found"
13 fail
14 else
15 FLGQT4=`\
16 - PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \
17 + PKG_CONFIG_PATH="/usr/lib/qt4/$LIB/pkgconfig" \
18 pkg-config QtCore --cflags`
19 INCQT4=`strip_I "$FLGQT4"`
20 LIBQT4=`\
21 - PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \
22 + PKG_CONFIG_PATH="/usr/lib/qt4/$LIB/pkgconfig" \
23 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
24 pkg-config QtCore --libs`
25 foundqt4=1

  ViewVC Help
Powered by ViewVC 1.1.30