diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-07-08 22:00:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-07-08 22:00:26 +0000 |
commit | 6e89a5a9a09090960e15f3b9320ca87ec75e2701 (patch) | |
tree | 00651874af7dc4eb4eccc1eccf6a99d5a5d051c3 | |
parent | d73b5a592966d142800588ec50d0ddad13f792a7 (diff) |
patch uicmoc-native to be compilable w/ gcc 3.4
BKrev: 40edc3famL_-jADrWhoOT2Qa6ahSfQ
-rw-r--r-- | uicmoc/uicmoc-native-2.3.7/gcc3_4.patch | 0 | ||||
-rw-r--r-- | uicmoc/uicmoc-native_2.3.7.oe | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/uicmoc/uicmoc-native-2.3.7/gcc3_4.patch b/uicmoc/uicmoc-native-2.3.7/gcc3_4.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/uicmoc/uicmoc-native-2.3.7/gcc3_4.patch diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index 3b58cdb747..95a5df3919 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -4,7 +4,8 @@ PRIORITY = "optional" LICENSE = "GPL/QPL" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}.tar.gz \ - file://fix-makefile.patch;patch=1" + file://fix-makefile.patch;patch=1 \ + file://gcc3_4.patch;patch=1" S = "${WORKDIR}/qt-${PV}" |