tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Packaging krita, QT5/KDE problem
Removing this hack fixes wip/krita. Why do we do it?
It makes QT_VISIBILITY_AVAILABLE not defined after configure.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/x11/qt5-qtbase/Makefile,v
retrieving revision 1.54
diff -u -r1.54 Makefile
--- Makefile 12 Mar 2018 11:15:56 -0000 1.54
+++ Makefile 28 Mar 2018 00:13:39 -0000
@@ -126,13 +126,6 @@
CHECK_INTERPRETER_SKIP+=qt5/mkspecs/features/uikit/devices.py
CHECK_INTERPRETER_SKIP+=qt5/mkspecs/macx-ios-clang/rename_main.sh
-SUBST_CLASSES+= opt
-SUBST_STAGE.opt= pre-configure
-SUBST_MESSAGE.opt= Removing some Qt5 default compiler flags.
-SUBST_FILES.opt= mkspecs/common/gcc-base.conf
-SUBST_SED.opt= -e 's,-O[s23],,'
-SUBST_SED.opt+= -e 's,-fvisibility=hidden,,'
-
SUBST_CLASSES.SunOS+= vscript
SUBST_STAGE.vscript= pre-configure
SUBST_FILES.vscript= mkspecs/common/gcc-base-unix.conf
Home |
Main Index |
Thread Index |
Old Index