]> git.pld-linux.org Git - packages/qt4.git/blob - qt4-buildsystem.patch
- exceptions are used in some parts, rel 44
[packages/qt4.git] / qt4-buildsystem.patch
1 --- qt-everywhere-opensource-src-4.8.0/configure~       2011-12-15 15:34:08.000000000 +0100
2 +++ qt-everywhere-opensource-src-4.8.0/configure        2011-12-15 15:35:49.522563474 +0100
3 @@ -4916,6 +4916,11 @@
4                  EXTRA_LFLAGS="\$(QMAKE_LFLAGS_RPATH)\"$rpath\" $EXTRA_LFLAGS"
5              done
6          fi
7 +
8 +       if [ -n "$OPTFLAGS" ]; then
9 +               EXTRA_CFLAGS="$EXTRA_CFLAGS $OPTFLAGS"
10 +       fi
11 +
12          if [ "$BUILD_ON_MAC" = "yes" ]; then
13              case "$PLATFORM" in
14              *macx-clang-libc++)
This page took 0.024017 seconds and 3 git commands to generate.