1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

Allow to build `graphics/photivo' against Qt 4, but keep Qt 5 enabled by

default to avoid needless package rebuilds.  (I was not able to reproduce
the build failure originally mentioned in r428684.)
This commit is contained in:
Alexey Dokuchaev 2017-02-07 23:46:22 +00:00
parent 3db0eb9bd8
commit 890f1c2445
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=433626

View File

@ -24,11 +24,20 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \
USES= cmake compiler:c++11-lib desktop-file-utils dos2unix \
gettext-runtime jpeg pkgconfig zip
USE_GNOME= glib20
USE_QT5= qmake_build buildtools_build core gui network widgets
DOS2UNIX_FILES= Sources/ptImage.cpp Sources/ptCheck.cpp
WRKSRC= ${WRKDIR}/${PORTNAME}
_QT4_DEPS= qmake_build moc_build rcc_build uic_build corelib gui network
_QT5_DEPS= qmake_build buildtools_build core gui network widgets
OPTIONS_DEFINE= QT4
QT4_DESC= Build against Qt 4 instead of Qt 5
QT4_USE= QT4=${_QT4_DEPS:ts,}
QT4_USE_OFF= QT5=${_QT5_DEPS:ts,}
QT4_CMAKE_ON= -DFORCE_QT4:BOOL=true
post-patch:
@${REINPLACE_CMD} -e 's,#define cimg_use_openmp 1,//&,' \
${WRKSRC}/Sources/ptCimg.cpp \