]> git.pld-linux.org Git - packages/opal.git/blame - opal-exceptions.patch
- added exceptions patch and (bconditional) vpb support
[packages/opal.git] / opal-exceptions.patch
CommitLineData
cee58fd7
JB
1--- opal-3.10.9/opal.m4.orig 2013-02-01 20:14:24.184072390 +0100
2+++ opal-3.10.9/opal.m4 2013-02-01 20:53:31.337356800 +0100
3@@ -292,7 +292,7 @@
4 OSTYPE=`$PKG_CONFIG ptlib --variable=ostype`
5
6 PTLIB_VERSION=`$PKG_CONFIG ptlib --modversion`
7- PTLIB_CFLAGS=`$PKG_CONFIG ptlib --cflags`
8+ PTLIB_CFLAGS=`$PKG_CONFIG ptlib --cflags | sed -e 's, *-fno-exceptions,,'`
9 PTLIB_CXXFLAGS=`$PKG_CONFIG ptlib --variable=cxxflags`
10 PTLIB_LIBS=`$PKG_CONFIG ptlib --libs`
11
12@@ -311,6 +311,7 @@
13 OSTYPE=`$PKG_CONFIG ptlib --variable=ostype`
14
15 PTLIB_VERSION=`$PKG_CONFIG ptlib --modversion`
16+ PTLIB_CFLAGS=`$PKG_CONFIG ptlib --cflags | sed -e 's, *-fno-exceptions,,'`
17 PTLIB_CXXFLAGS=`$PKG_CONFIG ptlib --variable=cxxflags`
18 DEBUG_LIBS=`$PKG_CONFIG ptlib --define-variable=suffix=_d --libs`
19 RELEASE_LIBS="$PTLIB_LIBS"
This page took 0.071945 seconds and 4 git commands to generate.