From a1546525e1a5202ab6f26094294645d9823b578c Mon Sep 17 00:00:00 2001 From: Axel Naumann Date: Sat, 6 Sep 2014 12:25:41 +0200 Subject: [PATCH] #undef signals from Qt, reported by Scott Snyder for ATLAS. --- build/unix/makeonepcm.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/unix/makeonepcm.sh b/build/unix/makeonepcm.sh index 5eb7394..3c859d5 100755 --- a/build/unix/makeonepcm.sh +++ b/build/unix/makeonepcm.sh @@ -49,6 +49,9 @@ for dict in `find $modules -name 'G__*.cxx' 2> /dev/null | grep -v /G__Cling.cxx #ifdef emit # undef emit #endif +#ifdef signals +# undef signals +#endif EOF elif ! test "$dirname" = "`echo $dirname| sed 's,net/ldap,,'`"; then # ldap; undef Debug afterwards -- 1.8.2