diff options
Diffstat (limited to 'www/qt5-webkit/files/pkg-install.in')
-rw-r--r-- | www/qt5-webkit/files/pkg-install.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/www/qt5-webkit/files/pkg-install.in b/www/qt5-webkit/files/pkg-install.in deleted file mode 100644 index 1136125a5b4f..000000000000 --- a/www/qt5-webkit/files/pkg-install.in +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -# Before r448361, QtWebKit had QT_DEFINES, which caused qconfig-modules.h to -# include qconfig-webkit.h, which we no longer set. We no longer ship -# qconfig-webkit.h, we need to make sure qconfig-modules.h no longer includes -# it (see bug 221828). - -if [ "$2" = "POST-INSTALL" ]; then - sed -i "" '/qconfig-webkit.h/d' \ - %%QT_INCDIR%%/QtCore/qconfig-modules.h 2>/dev/null || true -fi |